1
0
forked from aniani/vim

patch 8.2.0498: Coverity complains about uninitialized field

Problem:    Coverity complains about uninitialized field.
Solution:   Initialize the whole typval_T.
This commit is contained in:
Bram Moolenaar
2020-04-02 16:00:04 +02:00
parent e5bae13da3
commit 4227c789ff
2 changed files with 3 additions and 1 deletions

View File

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