commit | 96c664af27ec9535f2c3cd9b889faad3e9460ad6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 16:21:52 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 16:21:52 2015 +0100 |
tree | 24747a75a0c9e6e62f1c7598223a48cd3864d2a5 | |
parent | 86e179dbe75010e9545e1a2fcc92a15d57bf27fd [diff] [blame] |
patch 7.4.1006 Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem)
diff --git a/src/version.c b/src/version.c index b693181..965eec4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1006, +/**/ 1005, /**/ 1004,