]> granicus.if.org Git - vim/commit
patch 8.2.2576: Vim9: defining a :func function checks for white space v8.2.2576
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Mar 2021 21:33:12 +0000 (22:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Mar 2021 21:33:12 +0000 (22:33 +0100)
commit608d78fb45077fbaf6dc880b754a1d8a54ac9999
tree4aa344c12ee7a15f2bbeab980e34adea80018783
parent6914e87d3c0387fdcbb117a39e1f6d1fac0ee2e3
patch 8.2.2576: Vim9: defining a :func function checks for white space

Problem:    Vim9: defining a :func function checks for white space after a
            comma in the arguments.
Solution:   Only check for white space in a :def function. (closes #7930)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c