1
0
forked from aniani/vim

patch 8.2.4279: Vim9: cannot change item type with map() after range()

Problem:    Vim9: cannot change item type with map() after range().
Solution:   Split the return type in current type and declared type.
            (closes #9665)
This commit is contained in:
Bram Moolenaar
2022-02-01 12:11:58 +00:00
parent 4e3b318230
commit 8133018f50
7 changed files with 202 additions and 46 deletions

View File

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