]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1110 v7.3.1110
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Jun 2013 12:23:05 +0000 (14:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jun 2013 12:23:05 +0000 (14:23 +0200)
commita2d951086166fb0ece62fb1c6f9071237bf27f24
tree1c4b35b4ddc03a7a2aa2ff5212cbed1e52fef3f5
parentdd9a4a44a9f73fea7305b4ff8ac0ccfbaea3f9aa
updated for version 7.3.1110
Problem:    New regexp matching: Using \@= and the like can be slow.
Solution:   Decide whether to first try matching the zero-wdith part or what
            follows, whatever is more likely to fail.
src/regexp_nfa.c
src/version.c