commit | 141f6bb34124872d8676066e021bf899d4023c23 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 15:09:50 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 15:09:50 2013 +0200 |
tree | 799f4523cac94dff9e470b493457310376999a82 | |
parent | 4cff8faf0567209ab95b39b9cf7f3d555162392e [diff] [blame] |
updated for version 7.3.1196 Problem: Old regexp engine does not match pattern with backref correctly. (Dominique Pelle) Solution: Fix setting status. Test multi-line patterns better.
diff --git a/src/version.c b/src/version.c index 1547d57..8fa7aac 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1196, +/**/ 1195, /**/ 1194,