1
0
forked from aniani/vim

patch 8.2.2261: Vim9: boolean option gets string type

Problem:    Vim9: boolean option gets string type.
Solution:   Check for VAR_BOOL. (closes #7588)
This commit is contained in:
Bram Moolenaar
2021-01-01 14:49:15 +01:00
parent 5efe0e5d16
commit d5ea8f08f7
3 changed files with 10 additions and 2 deletions

View File

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