1
0
forked from aniani/vim

patch 7.4.1088

Problem:    Coverity warns for uninitialized variables.  Only one is an actual
            problem.
Solution:   Move the conditions.  Don't use endpos if handling an error.
This commit is contained in:
Bram Moolenaar
2016-01-12 21:00:40 +01:00
parent d79e55016c
commit 7ae4fbca55
2 changed files with 29 additions and 29 deletions

View File

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