1
0
forked from aniani/vim

patch 8.2.0607: gcc warns for using uninitialized variable

Problem:    Gcc warns for using uninitialized variable. (John Marriott)
Solution:   Set name_end also for environment variables.
This commit is contained in:
Bram Moolenaar
2020-04-19 22:57:44 +02:00
parent fbf2122cf9
commit 2bb76accc6
2 changed files with 24 additions and 21 deletions

View File

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