1
0
forked from aniani/vim

patch 8.2.2369: Vim9: functions return true/false but can't be used as bool

Problem:    Vim9: functions return true/false but can't be used as bool.
Solution:   Add ret_number_bool(). (closes #7693)
This commit is contained in:
Bram Moolenaar
2021-01-17 16:16:23 +01:00
parent 85773bf32b
commit 3af15ab788
4 changed files with 97 additions and 70 deletions

View File

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