1
0
forked from aniani/vim

patch 8.2.2171: valgrind warning for using uninitialized value

Problem:    Valgrind warning for using uninitialized value.
Solution:   Do not use "startp" or "endp" unless there is a match.
This commit is contained in:
Bram Moolenaar
2020-12-20 17:59:53 +01:00
parent f112f30a82
commit 61e07b2394
2 changed files with 3 additions and 1 deletions

View File

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