]> granicus.if.org Git - vim/commit
patch 8.2.2726: confusing error message with white space before comma v8.2.2726
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Apr 2021 17:01:03 +0000 (19:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Apr 2021 17:01:03 +0000 (19:01 +0200)
commit86cdb8a4bd1abff40b5f80c3c4149b33cbaab990
treea4043b082ff789af6fa8b79c5be70aca287a89f7
parente8c4660a55364a5d3e395652d1202b8702666823
patch 8.2.2726: confusing error message with white space before comma

Problem:    Confusing error message with white space before comma in the
            arguments of a function declaration.
Solution:   Give a specific error message. (closes #2235)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c