1
0
forked from aniani/vim

patch 8.2.2394: Vim9: min() and max() return type is "any"

Problem:    Vim9: min() and max() return type is "any".
Solution:   Use return type "number". (closes #7728)
This commit is contained in:
Bram Moolenaar
2021-01-22 22:31:10 +01:00
parent 4bce26bb70
commit 9ae3705b6e
3 changed files with 32 additions and 2 deletions

View File

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