1
0
forked from aniani/vim

patch 8.2.3142: Vim9: type check for has_key() argument is too strict

Problem:    Vim9: type check for has_key() argument is too strict.
Solution:   Also allow for a number key argument. (closes #8542)
This commit is contained in:
Bram Moolenaar
2021-07-11 14:55:49 +02:00
parent de69a7353e
commit 1aeddeb8bd
3 changed files with 10 additions and 1 deletions

View File

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