commit | 615ddd5342b50a6878a907062aa471740bd9a847 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 18:00:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 18:00:31 2021 +0000 |
tree | cfd9016b076095fb8c4aa4b1abace4eb0fcc1578 | |
parent | a062006b9de0b2947ab5fb376c6e67ef92a8cd69 [diff] [blame] |
patch 8.2.3611: crash when using CTRL-W f without finding a file name Problem: Crash when using CTRL-W f without finding a file name. Solution: Bail out when the file name length is zero.
diff --git a/src/version.c b/src/version.c index d301120..4251b03 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3611, +/**/ 3610, /**/ 3609,