On Saturday, November 15, 2014 9:09:36 PM UTC+9, Christian Brabandt wrote: > Hi mattn! > > On Fr, 14 Nov 2014, mattn wrote: > > > https://gist.github.com/mattn/afbe519119e51306da31 > > > > Seems fixed with this patch. > > Doesn't that prevent switching the regular expression engine? > > > Mit freundlichen Grüßen > Christian > -- > Die meisten Menschen sind so glücklich, wie sie es sich selbst > vorgenommen haben. > -- Abraham Lincoln
After changing p_re to BACKTRACKING_ENGINE, vim_regcomp is called. I'm thinking modifying engine dynamicly is dangerous because syntax highlighting are storeing regcomp on memory. - mattn -- -- 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.
