1
0
forked from aniani/vim

patch 8.2.0269: Vim9: operator after list index does not work

Problem:    Vim9: operator after list index does not work. (Yasuhiro
            Matsumoto)
Solution:   After indexing a list change the type to the list member type.
            (closes #5651)
This commit is contained in:
Bram Moolenaar
2020-02-17 21:12:08 +01:00
parent 40d9da2a43
commit b13af50f73
3 changed files with 28 additions and 0 deletions

View File

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