commit | 1190cf68e27a123cf9f6fb57897782a3b9f7b810 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 14:31:18 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 14:31:18 2017 +0200 |
tree | b8fa118ac9f956d913fd8202707a0e2b95f34b6b | |
parent | ef6b8de42f439271edcf5cf22b2450f2cf302c2e [diff] [blame] |
patch 8.0.1105: match() and matchend() are not tested Problem: match() and matchend() are not tested. Solution: Add tests. (Ozaki Kiichi, closes #2088)
diff --git a/src/version.c b/src/version.c index f22546c..f2e6b87 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1105, +/**/ 1104, /**/ 1103,