commit | 9af9fd6ab637ea507dd9015fa5a84a408c36c1e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 20:09:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 20:09:19 2021 +0100 |
tree | 7077d469ddb58f44f61ebd943021c8b93b3820c5 | |
parent | d8d957de86f218de9124ca1209548f8c6f61b69b [diff] [blame] |
patch 8.2.3472: other crashes with empty search pattern not tested Problem: Other crashes with empty search pattern not tested. Solution: Add a few more test lines. (Dominique Pellé)
diff --git a/src/version.c b/src/version.c index b540523..7d348c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3472, +/**/ 3471, /**/ 3470,