]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.021 v7.4.021
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2013 19:15:44 +0000 (21:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2013 19:15:44 +0000 (21:15 +0200)
commit9be44818921a9255b3a26bf5566f1939bf38804e
treecd2a5c6c48160403089fd5f764b94c071ee7f96d
parent78c93e4b6a87720a50ac14c40aa077ed6b86145b
updated for version 7.4.021
Problem:    NFA regexp: Using \ze in one branch which doesn't match may cause
            end of another branch to be wrong. (William Fugh)
Solution:   Set end position if it wasn't set yet.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c