mirror of
https://github.com/zoriya/vim.git
synced 2026-05-30 10:10:02 +00:00
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:
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
733,
|
||||
/**/
|
||||
732,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user