1
0
forked from aniani/vim

patch 8.2.0629: setting a boolean option to v:false does not work

Problem:    Setting a boolean option to v:false does not work.
Solution:   Do not use the string representation of the value. (Christian
            Brabandt, closes #5974)
This commit is contained in:
Bram Moolenaar
2020-04-24 20:57:01 +02:00
parent e71ebb46a2
commit 65d032c779
3 changed files with 22 additions and 3 deletions

View File

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