1
0
forked from aniani/vim

patch 8.2.3929: using unititialized variable

Problem:    Using unititialized variable.
Solution:   Set the option flags to zero for a terminal option.
This commit is contained in:
Bram Moolenaar
2021-12-28 20:53:30 +00:00
parent 11ceb7d949
commit 10c75c4a09
2 changed files with 5 additions and 0 deletions

View File

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