Hello Vim developers, Good news first: patch 7.4a.032 indeed fixes the reported NFA-regexp problem I've encountered in my test suite.
Bad news: Now, another test case in the same test suite fails. Taking a cue from glts's great work at simplifying my previous error case, I've condensed it to this: function! Test(re) return 'SuR' =~ '\%#=' . a:re . '\%(\U\@<=S\k*\|S\l\)R' endfunction for n in [0, 1] echo Test(n) endfor To reproduce, use above scriptlet or the identical attached script: vim -N -u NONE -S bad-re2.vim 0 1 This is again with a huge build of Vim 7.4a.35, running in an Ubuntu 13.04 x64 VM. -- regards, ingo -- -- 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.
bad-re2.vim
Description: application/octetstream
