Not sure if this has already been fixed, but I noticed that with this JS Syntax file:
https://github.com/pangloss/vim-javascript/ That lines directly after a comment continue to appear commented until there is an empty line. This is from the 1020 changeset merged into MacVim btw: https://github.com/b4winckler/macvim , so it could've been fixed in a subsequence 1021+ change set? On Monday, May 27, 2013 10:59:51 AM UTC+1, Bram Moolenaar wrote: > I have fixed all the reported bugs in the NFA regexp engine. > > All the syntax highlighted files that I have received show exactly the > > same highlighting with the old and the new engine. > > > > If you still encounter a problem, please report it. You can verify with > > both engines using the 'regexpengine' option. For syntax highlighting you > > probably need to restart Vim since the compiled regexp is cached. > > If you can reproduce it with a simple pattern search that would be best. > > Prepend "\%#=1" or "\%#=2" to the pattern to select the regexp engine. > > > > I could also still use more syntax-highlighted test files. Especially > > for obscure languages. > > > > I am now going to work on performance. XML is still very slow, some of > > the patterns there are not supported by the new engine yet. That's not > > so easy to fix. > > > > -- > > If someone questions your market projections, simply point out that your > > target market is "People who are nuts" and "People who will buy any damn > > thing". Nobody is going to tell you there aren't enough of those people > > to go around. > > (Scott Adams - The Dilbert principle) > > > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ > > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ > > \\\ an exciting new programming language -- http://www.Zimbu.org /// > > \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/groups/opt_out.
