]> granicus.if.org Git - vim/commit
patch 8.2.2405: Vim9: no need to allow white space before "(" for :def v8.2.2405
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2021 20:14:20 +0000 (21:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2021 20:14:20 +0000 (21:14 +0100)
commit4efd9948291801bffebf36b4a9910d08ff981987
treeadd86f65dc8d8d601dc48b4ce9b833db363561c5
parent107e9cecf72928b4aaaf08b73bf2d191924ab695
patch 8.2.2405: Vim9: no need to allow white space before "(" for :def

Problem:    Vim9: no need to allow white space before "(" for :def.
Solution:   Give an error for stray white space. (issue #7734)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c