1
0
forked from aniani/vim

patch 8.2.2297: Vim9: cannot set 'number' to a boolean value

Problem:    Vim9: cannot set 'number' to a boolean value.
Solution:   Use tv_get_bool(). (closes #7615)
This commit is contained in:
Bram Moolenaar
2021-01-04 13:37:54 +01:00
parent 014f698cb6
commit 0ea0440865
3 changed files with 19 additions and 2 deletions

View File

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