]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1425: Vim9: cannot use call() without :call v8.2.1425
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Aug 2020 12:21:11 +0000 (14:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Aug 2020 12:21:11 +0000 (14:21 +0200)
commit575f24b3f3d8cd8bfc2da402c2938c0c7ace7877
treee8b8828ac41f96f8205d08935bcc2223dd1f2c8e
parent040f975fc1de14ada5e0a7324bb5e51e461be2dd
patch 8.2.1425: Vim9: cannot use call() without :call

Problem:    Vim9: cannot use call() without :call.
Solution:   Do not skip over "call(". (closes #6689)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c