commit | cb2bdb1c6d8b6df4a3d9cfb1ad9e602dace5d310 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 10 22:53:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 10 22:53:56 2020 +0200 |
tree | 5b663eb24c488eeeb52eeae812905724dfd1a600 | |
parent | f163bd5e41e8ea1d32e7977e671598a9d6f7b23c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6a29592..9dc3c22 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 733, +/**/ 732, /**/ 731,