commit | 13e45d14ba7f590fb243c041bc45e6d4d47c8432 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 13:28:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 13:28:35 2021 +0200 |
tree | 6b877e3d3731885affc8b39f4fc1a58140cae745 | |
parent | ce024c3e20839465dc8c8f79dcccc5414dd8c506 [diff] [blame] |
patch 8.2.3053: Vim9: cannot assign to @@ in :def function Problem: Vim9: cannot assign to @@ in :def function Solution: Handle '@' like '"'.
diff --git a/src/version.c b/src/version.c index 2b32047..429fb69 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3053, +/**/ 3052, /**/ 3051,