commit | 67604aed755c71f51114c0125eb49ba7bcfcf8c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 16:51:57 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 16:51:57 2013 +0200 |
tree | 05e5bdaa2c2bb8f16403733445d6c752fd5490d6 | |
parent | 5b84ddcceae72c14c3f608006d305f9a8e00fefc [diff] [blame] |
updated for version 7.3.1121 Problem: New regexp engine: adding states that are not used. Solution: Don't add the states.
diff --git a/src/version.c b/src/version.c index f6585e1..e74e271 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1121, +/**/ 1120, /**/ 1119,