forked from aniani/vim
patch 8.2.3154: Vim9: some type checks for builtin functions fail
Problem: Vim9: some type checks for builtin functions fail. Solution: Correct the type checks. (Yegappan Lakshmanan, closes #8551, closes #8550)
This commit is contained in:
committed by
Bram Moolenaar
parent
7b7a118e74
commit
841e498c5d
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3154,
|
||||
/**/
|
||||
3153,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user