]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2603: Vim9: no effect if user command is also a function v8.2.2603
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Mar 2021 12:21:35 +0000 (13:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Mar 2021 12:21:35 +0000 (13:21 +0100)
commit77b10ffad4ebad15022614be4db2745f6a90f405
tree8319b6d1ba747e28f7ef57082978d9be464049c5
parent2e34c34be1393027a761ecbccd8f267d52ca7bc1
patch 8.2.2603: Vim9: no effect if user command is also a function

Problem:    Vim9: no effect if user command is also a function.
Solution:   Check for paren following. (closes #7960)
src/evalvars.c
src/ex_docmd.c
src/proto/evalvars.pro
src/proto/ex_docmd.pro
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c