]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1146 v7.3.1146
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2013 11:33:37 +0000 (13:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2013 11:33:37 +0000 (13:33 +0200)
commitb1b284fd5d2dc11eec0b627663aa063236c466cd
tree6348aa9924cfe3ae354ca18ddf265e919f921264
parentf96d109827062fb9a361aa592f207d6c0a7f2ed1
updated for version 7.3.1146
Problem:    New regexp engine: look-behind match not checked when followed by
            zero-width match.
Solution:   Do the look-behind match before adding the zero-width state.
src/regexp_nfa.c
src/version.c