commit | 917789fdf702b18edd9788adf5a60123b9a31ce8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 17:04:01 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 17:04:01 2013 +0200 |
tree | 872d862dc9deebb676cfb5a1338e2fbfc1b0980e | |
parent | e6a2fa65732eb068b4d10f65e0a3f7353d3dffdc [diff] [blame] |
updated for version 7.4.029 Problem: An error in a pattern is reported twice. Solution: Remove the retry with the backtracking engine, it won't work.
diff --git a/src/version.c b/src/version.c index a76b892..5faeb35 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 29, +/**/ 28, /**/ 27,