1
0
forked from aniani/vim

patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work

Problem:    Vim9: assigning [] to list<string> doesn't work.
Solution:   Use void for empty list and dict. (Ken Takata, closes #5669)
This commit is contained in:
Bram Moolenaar
2020-02-20 22:54:43 +01:00
parent 85683ec620
commit 436472f5e0
4 changed files with 26 additions and 12 deletions

View File

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