1
0
forked from aniani/vim

patch 8.0.1043: warning for uninitialized variable

Problem:    Warning for uninitialized variable. (John Marriott)
Solution:   Move code to check indent inside "if".
This commit is contained in:
Bram Moolenaar
2017-09-02 23:28:54 +02:00
parent 9f45ccd1bf
commit 4ec86ddd77
2 changed files with 11 additions and 8 deletions

View File

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