1
0
forked from aniani/vim

patch 8.2.1858: Vim9: filter functions return number instead of bool

Problem:    Vim9: filter functions return number instead of bool.
Solution:   Return v:true instead of one. (closes #7144)
This commit is contained in:
Bram Moolenaar
2020-10-17 19:29:51 +02:00
parent 218450ad5e
commit 403dc31f5a
4 changed files with 27 additions and 4 deletions

View File

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