]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.100 v7.4.100
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Nov 2013 15:03:40 +0000 (16:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Nov 2013 15:03:40 +0000 (16:03 +0100)
commit272fb5823627e2e088b8f39ea516fc8a9341572e
tree15071eae29d3505e7be7abaf33689bbec774c941
parentcafaa8a9502f64d5c23e51c1f89c5b322deb22fe
updated for version 7.4.100
Problem:    NFA regexp doesn't handle backreference correctly. (Ryuichi
            Hayashida, Urtica Dioica)
Solution:   Always add NFA_SKIP, also when it already exists at the start
            position.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c