On Tue, June 4, 2013 18:29, Bram Moolenaar wrote: > > Patch 7.3.1112 > Problem: New regexp engine: \%V not supported. > Solution: Implement \%V. Add tests. > Files: src/regexp.c, src/regexp_nfa.c, src/testdir/test64.in, > src/testdir/test64.ok
The good thing about this is, it behaves exactly like the old engine. The bad thing is, the old engine has an long standing bug with \%V ;( e.g: vim -u NONE -N ifoobar<esc> 0ve<esc> /\%Vfoobar\%V I should have probably provided a fix long ago. regards, Christian -- -- 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.
