]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.289 v7.4.289
authorBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 13:56:51 +0000 (15:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 13:56:51 +0000 (15:56 +0200)
commitee4825331aeb3f517f8a51d0c21c743655352fb3
tree2512c976ac45fa6f6b5ef3d06942ba7356200327
parentbe578edae30d1292ddbf1f63518175fa45567ab8
updated for version 7.4.289
Problem:    Pattern with repeated backreference does not match with new regexp
            engine. (Urtica Dioica)
Solution:   Also check the end of a submatch when deciding to put a state in
            the state list.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c