patch 8.2.0733: Vim9: assigning to dict or list argument does not work

Problem:    Vim9: assigning to dict or list argument does not work.
Solution:   Recognize an argument as assignment target.
This commit is contained in:
Bram Moolenaar
2020-05-10 22:53:56 +02:00
parent f163bd5e41
commit cb2bdb1c6d
3 changed files with 52 additions and 6 deletions
+2
View File
@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
733,
/**/
732,
/**/