commit | 69b52456fcf68da22b2f144ca709c21eef7f5832 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 21:10:51 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 21:10:51 2013 +0200 |
tree | a47ff80f22a1ec24330d3e84ebc778edc803bf73 | |
parent | de9149ef188b02b86d42a787d25583501f604cba [diff] [blame] |
updated for version 7.4a.032 Problem: New regexp engine: Does not match shorter alternative. (Ingo Karkat) Solution: Do not drop a new state when the PIM info is different.
diff --git a/src/version.c b/src/version.c index e241066..97ffa78 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 32, +/**/ 31, /**/ 30,