1
0
forked from aniani/vim

patch 8.0.0352: not easy to see when a typval needs to be cleared

Problem:    The condition for when a typval needs to be cleared is too
            complicated.
Solution:   Init the type to VAR_UNKNOWN and clear it always.
This commit is contained in:
Bram Moolenaar
2017-02-23 14:25:17 +01:00
parent 218426896c
commit f06e5a549f
2 changed files with 18 additions and 24 deletions

View File

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