]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1169 v7.3.1169
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Jun 2013 20:44:09 +0000 (22:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Jun 2013 20:44:09 +0000 (22:44 +0200)
commita2947e2bea0e6084a76d5ba7a5a1203da39e0f4b
tree5f00b1a22ec8bc58497559481ddaa883bdb10233
parent780c3e9b043dac4cbbe1ac900022ea891f7e2a3f
updated for version 7.3.1169
Problem:    New regexp engine: some work is done while executing a pattern,
            even though the result is predictable.
Solution:   Do the work while compiling the pattern.
src/regexp_nfa.c
src/version.c