todesking / ruby_hl_lvar.vim

Highlight Ruby local variables
MIT License
53 stars 10 forks source link

Add a workaround of`:rubyfile` to avoid SEGV #18

Closed pocke closed 6 years ago

pocke commented 6 years ago

Problem

:rubyfile SEGV on Linux. See https://github.com/vim/vim/pull/2512 https://github.com/vim-jp/issues/issues/1138

Solution

Use :ruby instead of :rubyfile.