]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1037 v7.3.1037
authorBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 16:45:11 +0000 (18:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 16:45:11 +0000 (18:45 +0200)
commit75eb1610e128de0dd7c19ceef0d0c45730fdc1a1
treef75cf1f5b4088ac0825587a03687f0d6d59e9abf
parentf9e56b2b03efbad3b62183e66e845fbff64af14a
updated for version 7.3.1037
Problem:    Look-behind matching is very slow on long lines.
Solution:   Add a byte limit to how far back an attempt is made.
src/regexp.c
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c