]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1157 v7.3.1157
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Jun 2013 14:35:18 +0000 (16:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Jun 2013 14:35:18 +0000 (16:35 +0200)
commitbcf4d178abef9336709b53516fbf0164ce5ebe09
tree2dacad0dd3aeea0522cda509871f8f77683be664
parent4380d1ea239fe7f2546b7cad4ad0c424f0f5979a
updated for version 7.3.1157
Problem:    New regexp engine fails on "\(\<command\)\@<=.*"
Solution:   Fix rule for postponing match.  Further tune estimating whether
            postponing works better.  Add test.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c