]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1028 v7.3.1028
authorBram Moolenaar <Bram@vim.org>
Sun, 26 May 2013 19:47:28 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 May 2013 19:47:28 +0000 (21:47 +0200)
commit963fee2d694cd2033ef67045e54ce549bf198c28
tree8833154ed8b7e4c6179144632cf7f2717164f5a4
parentc4912e555bb609604f7e86ee2c38fe600c25f369
updated for version 7.3.1028
Problem:    New regexp performance: Copying a lot of position state.
Solution:   Only copy the sub-expressions that are being used.
src/regexp.h
src/regexp_nfa.c
src/version.c