1
0
forked from aniani/vim

patch 8.0.1061: Coverity: no check for NULL command

Problem:    Coverity: no check for NULL command.
Solution:   Check for NULL list item.
This commit is contained in:
Bram Moolenaar
2017-09-05 23:01:12 +02:00
parent 3971905bac
commit 6756c7037f
2 changed files with 10 additions and 4 deletions

View File

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