1
0
forked from aniani/vim

patch 8.2.3994: Vim9: extend() complains about type when it was not declared

Problem:    Vim9: extend() complains about the type even when it was not
            declared.
Solution:   Only check the list or dict type when it was declared.
This commit is contained in:
Bram Moolenaar
2022-01-03 16:52:28 +00:00
parent c88e977862
commit ad8f248585
3 changed files with 26 additions and 13 deletions

View File

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