commit | 4b8a065145bb53762b869cd6b8e55b7ad7341761 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 16:30:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 01 16:30:44 2020 +0100 |
tree | 1f6c24ef8a54f067d9fc77aa7651e155e5899f48 | |
parent | 004d9b00ba600a167746ad7af88e0baa77c95d8f [diff] [blame] |
patch 8.2.2073: Vim9: for with unpack only works for local variables Problem: Vim9: for with unpack only works for local variables. Solution: Recognize different destinations.
diff --git a/src/version.c b/src/version.c index d4023e8..a4d6eed 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2073, +/**/ 2072, /**/ 2071,