commit | a0169128d98669c753c899353127263e1ea289f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 18:16:58 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 18:16:58 2013 +0200 |
tree | 4fe42721f407f79239605fc8f177559d60f7ac9f | |
parent | b893ac2098e2b75d3138f6e91289892c1ef4b340 [diff] [blame] |
updated for version 7.3.1247 Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match. Solution: When there is a PIM add a duplicate state that starts at another position.
diff --git a/src/version.c b/src/version.c index fb70ebc..025b856 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1247, +/**/ 1246, /**/ 1245,