1
0
forked from aniani/vim

patch 8.2.4313: Vim9: cannot change type of list after making a slice

Problem:    Vim9: cannot change type of list after making a slice.
Solution:   Adjust the declared member type. (closes #9696)
This commit is contained in:
Bram Moolenaar
2022-02-06 18:36:53 +00:00
parent 107f7325f6
commit 5f4ef5f5e5
3 changed files with 6 additions and 0 deletions

View File

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