diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-29 18:45:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-29 18:45:11 +0200 |
commit | 75eb1610e128de0dd7c19ceef0d0c45730fdc1a1 (patch) | |
tree | f75cf1f5b4088ac0825587a03687f0d6d59e9abf /src/version.c | |
parent | f9e56b2b03efbad3b62183e66e845fbff64af14a (diff) | |
download | vim-git-7.3.1037.tar.gz |
updated for version 7.3.1037v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 342465e7f..1f741682d 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1037, +/**/ 1036, /**/ 1035, |