]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3053: Vim9: cannot assign to @@ in :def function v8.2.3053
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Jun 2021 11:28:35 +0000 (13:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Jun 2021 11:28:35 +0000 (13:28 +0200)
commit13e45d14ba7f590fb243c041bc45e6d4d47c8432
tree6b877e3d3731885affc8b39f4fc1a58140cae745
parentce024c3e20839465dc8c8f79dcccc5414dd8c506
patch 8.2.3053: Vim9: cannot assign to @@ in :def function

Problem:    Vim9: cannot assign to @@ in :def function
Solution:   Handle '@' like '"'.
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c