]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3052: Vim9: "legacy call" does not work v8.2.3052
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Jun 2021 11:00:49 +0000 (13:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Jun 2021 11:00:49 +0000 (13:00 +0200)
commitce024c3e20839465dc8c8f79dcccc5414dd8c506
tree4d19ec355f9da6c5b638662e195ead387a2e372a
parent444d878324525787e55185ce3c3e29a3de9b700a
patch 8.2.3052: Vim9: "legacy call" does not work

Problem:    Vim9: "legacy call" does not work.
Solution:   Do not skip "call" after "legacy". (closes #8454)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c