1
0
forked from aniani/vim

patch 8.2.4821: crash when imported autoload script was deleted

Problem:    Crash when imported autoload script was deleted.
Solution:   Initialize local variable. (closes #10274)  Give a more meaningful
            error message.
This commit is contained in:
Bram Moolenaar
2022-04-24 21:33:20 +01:00
parent 659c240cf7
commit aac12daa61
4 changed files with 25 additions and 1 deletions

View File

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