commit | d8d957de86f218de9124ca1209548f8c6f61b69b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 19:47:35 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 19:47:35 2021 +0100 |
tree | 6a949cde5a05153ce2c72db4120cea274ca6b4b4 | |
parent | a684a684096ecef3fbaee39c573b47423235d6b1 [diff] [blame] |
patch 8.2.3471: crash when using CTRL-T after an empty search pattern Problem: Crash when using CTRL-T after an empty search pattern. Solution: Bail out when there is no previous search pattern. (closes #8953)
diff --git a/src/version.c b/src/version.c index 23b0c36..b540523 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3471, +/**/ 3470, /**/ 3469,