1
0
forked from aniani/vim

patch 8.2.1244: Vim9: in lambda index assumes a list

Problem:    Vim9: in lambda index assumes a list.
Solution:   Use the value type to decide about list or dict. (closes #6479)
This commit is contained in:
Bram Moolenaar
2020-07-19 15:49:49 +02:00
parent 75783bd84e
commit 6802cce407
3 changed files with 33 additions and 11 deletions

View File

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