1
0
forked from aniani/vim

patch 8.2.1864: Vim9: no error for wrong list type

Problem:    Vim9: no error for wrong list type.
Solution:   Add flag to indicate a constant. (closes #7160)
This commit is contained in:
Bram Moolenaar
2020-10-19 16:07:42 +02:00
parent e3c65ce4e5
commit 334a8b4bde
3 changed files with 103 additions and 41 deletions

View File

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