Last Updated: February 25, 2016
·
2.075K
· muchzill4

Ruby files really slow in VIM?

It might be because of regex engine in new version of your favourite editor.

Just add:
set re=1
to your .vimrc.

source: http://stackoverflow.com/questions/16902317/vim-slow-with-ruby-syntax-highlighting

1 Response
Add your response

Hm... thanks!

over 1 year ago ·