1
0
forked from aniani/vim

patch 9.0.0693: browse() first argument cannot be a bool

Problem:    browse() first argument cannot be a bool.
Solution:   Use tv_get_bool_chk() instead of tv_get_number_chk().
            (closes #11308)
This commit is contained in:
Bram Moolenaar
2022-10-08 12:52:09 +01:00
parent b7f52f5659
commit 5a049846e4
2 changed files with 3 additions and 1 deletions

View File

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