]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.290 v7.4.290
authorBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 14:44:29 +0000 (16:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 14:44:29 +0000 (16:44 +0200)
commit9c235069b237caed426eff14ce91df46bc69e234
treedb5fcf6c6c3f5dc2e41749130719f5d17e2bdbe7
parentee4825331aeb3f517f8a51d0c21c743655352fb3
updated for version 7.4.290
Problem:    A non-greedy match followed by a branch is too greedy. (Ingo
            Karkat)
Solution:   Add NFA_MATCH when it is already in the state list if the position
            differs.
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c