1
0
forked from aniani/vim

patch 8.0.1044: warning for uninitialized variable

Problem:    Warning for uninitialized variable. (John Marriott)
Solution:   Initialize ind_pre.
This commit is contained in:
Bram Moolenaar
2017-09-03 14:03:43 +02:00
parent 4ec86ddd77
commit 2254a8ad0c
2 changed files with 3 additions and 1 deletions

View File

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