]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2298: Vim9: comment right after "(" of function not recognized v8.2.2298
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2021 13:09:43 +0000 (14:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jan 2021 13:09:43 +0000 (14:09 +0100)
commitcef1270dec61efb3544f26ceea0f6a4f57e0198a
tree23644f11905d6e4ce7af73e3c80d52bdd0ee399b
parent0ea04408653be843e37d03ce574f5d2eae682339
patch 8.2.2298: Vim9: comment right after "(" of function not recognized

Problem:    Vim9: comment right after "(" of function not recognized.
Solution:   Do not skip over white space before calling get_function_args().
            (closes #7613)
src/proto/userfunc.pro
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c