Skip to content

Commit

Permalink
Don't load ruby builtins over eruby ones
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Jan 17, 2020
1 parent ba3e744 commit 49c0eff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ftplugin/ruby/switch.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if &ft == 'eruby'
" could happen, depending on load order
finish
endif

let b:switch_definitions =
\ [
\ g:switch_builtins.ruby_hash_style,
Expand Down

0 comments on commit 49c0eff

Please sign in to comment.