1
0
forked from aniani/vim

patch 8.2.2284: Vim9: cannot set an option to a boolean value

Problem:    Vim9: cannot set an option to a boolean value.
Solution:   Check for VAR_BOOL. (closes #7603)
This commit is contained in:
Bram Moolenaar
2021-01-03 14:47:25 +01:00
parent e68b02a1c4
commit 31a201a04a
3 changed files with 13 additions and 1 deletions

View File

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