1
0
forked from aniani/vim

patch 8.1.1708: Coverity warns for using uninitialized variable

Problem:    Coverity warns for using uninitialized variable.
Solution:   Set the start col when col is set.
This commit is contained in:
Bram Moolenaar
2019-07-17 21:32:14 +02:00
parent cfdbc5adde
commit 3fb4f4762b
2 changed files with 4 additions and 0 deletions

View File

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