commit | 07ada5ff2fd8f22ed3233ae5c4ddf87c7b3f56fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 20:38:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 20:38:22 2020 +0100 |
tree | 0be9740166fea1f37b2a447558c7eed059b5a671 | |
parent | 94255df057afa0b7dde77612f3274d4440871bd1 [diff] [blame] |
patch 8.2.0212: missing search/substitute pattern hardly tested Problem: Missing search/substitute pattern hardly tested. Solution: Add test_clear_search_pat() and tests. (Yegappan Lakshmanan, closes #5579)
diff --git a/src/version.c b/src/version.c index a482b03..af6ecdf 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 212, +/**/ 211, /**/ 210,