Am Montag, 8. Dezember 2014 17:26:32 UTC+1 schrieb Ben Fritz: > https://groups.google.com/forum/#!topic/vim_dev/tTyRMSakpSI > > From this discussion, Ruby highlight was especially slow after the > introduction of the new regex engine, due to frequent use of zero-width > look-behind assertions \@<! and \@<= without using the character-limiting > features added to address the problem of their slowness in the new engine > (:help /\@<= , :help /\@<! , scroll down to the part about limiting by bytes). > > Looking at https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim > this issue was never fully addressed, only for one of the occurrences. > > Perhaps a new issue should be created in the bug tracker on that github to > use the byte limits wherever possible.
Done: https://github.com/vim-ruby/vim-ruby/issues/243 Thanks, Daniel. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
