patch 8.2.3338: Vim9: no type check when assigning a list range

Problem:    Vim9: no type check when assigning a list range. (Naohiro Ono)
Solution:   Check the member type. (closes #8750)
This commit is contained in:
Bram Moolenaar
2021-08-13 18:20:09 +02:00
parent 069f90852f
commit 89071cb6a1
3 changed files with 17 additions and 0 deletions

View File

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