1
0
forked from aniani/vim

patch 9.0.0864: crash when using "!!" without a previous shell command

Problem:    Crash when using "!!" without a previous shell command.
Solution:   Check "prevcmd" is not NULL. (closes #11487)
This commit is contained in:
Bram Moolenaar
2022-11-12 16:36:35 +00:00
parent 4c8d2f02b3
commit 6600447c7b
3 changed files with 36 additions and 2 deletions

View File

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