commit | 531be47ac5522807b265c6287021a01c9b895ac9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 22:38:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 22:38:05 2020 +0200 |
tree | 6ff8a223defdf477cdd5243fc2eee4f53ae71292 | |
parent | 851d108313317a062371a6750e6c6bf370a9bafa [diff] [blame] |
patch 8.2.1736: failure to compile a pattern not tested much Problem: Failure to compile a pattern not tested much. Solution: Add tests where a pattern fails to compile. (Yegappan Lakshmanan, closes #7004)
diff --git a/src/version.c b/src/version.c index d85ac1b..a2383c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1736, +/**/ 1735, /**/ 1734,