1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-11-17 18:00:31 +00:00
parent a062006b9d
commit 615ddd5342
4 changed files with 22 additions and 2 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3611,
/**/
3610,
/**/