commit | 307aa16a6958e5aa76c7c9f6e3f1b47faf8c50d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 16:34:21 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 16:34:21 2013 +0200 |
tree | ed965bd95dbb10ae15ae34373f00bc9405d0fbc2 | |
parent | b122e9798e058645ab3936eb12e02bd61403ac33 [diff] [blame] |
updated for version 7.3.1094 Problem: New regexp engine: Attempts to match "^" at every character. Solution: Only try "^" at the start of a line.
diff --git a/src/version.c b/src/version.c index 51daabb..335749f 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1094, +/**/ 1093, /**/ 1092,