You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't mind a slow load for files over 1000 lines or so. The issue i am having is that on these large files, it loads slow and turns off syntax highlighting. I can turn highlight back on and it works normally with folding but every time i load the buffer i have to turn :syntax on.
Any work arounds or ideas to both use folding on large files and keep highlighting? I know about 'let g:ruby_fold_lines_limit = 600' and it keeps syntax hightlighting but i lose folding abiltity. I've really come to rely on folding.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey, I can't reproduce this. I just skimmed the plugin code again and can't found anything that would play or mess up syntax. In fact, this plugin depends on syntax and syntax groups defined in vim-ruby.
I just confirmed this by putting syntax off in my .vimrc: without syntax this plugin didn't work
Can you please try reproducing this issue with minimal .vimrc?
I don't mind a slow load for files over 1000 lines or so. The issue i am having is that on these large files, it loads slow and turns off syntax highlighting. I can turn highlight back on and it works normally with folding but every time i load the buffer i have to turn
:syntax on
.Any work arounds or ideas to both use folding on large files and keep highlighting? I know about 'let g:ruby_fold_lines_limit = 600' and it keeps syntax hightlighting but i lose folding abiltity. I've really come to rely on folding.
Thanks!
The text was updated successfully, but these errors were encountered: