forked from aniani/vim
patch 8.2.3895: Vim9: confusing error when using function() with a number
Problem: Vim9: confusing error when using function() with a number. Solution: Check for a function or string argument.
This commit is contained in:
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3895,
|
||||
/**/
|
||||
3894,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user