commit | b62bcd1e05a00bdacde11c52762cd48f6f0325f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 20:19:40 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 20:19:40 2013 +0200 |
tree | 56add0003306327aa602457daf9fc028e9bff01b | |
parent | 484d241a4abb4a7e892fbb1e3afb269890526e5a [diff] [blame] |
updated for version 7.3.1185 Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam) Solution: Fix it, add a test.
diff --git a/src/version.c b/src/version.c index f003bbc..7f315b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1185, +/**/ 1184, /**/ 1183,