]> granicus.if.org Git - vim/commit
patch 8.2.4586: Vim9: no error for using lower case name for "func" argument v8.2.4586
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Mar 2022 16:30:03 +0000 (16:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Mar 2022 16:30:03 +0000 (16:30 +0000)
commit1d9cef769d6c91d9a58a9c3c1c8ffe3da3570871
treed747264f33ddc635ba68a4912eb7488e7e9b54de
parent155b0882088ff115dcfb6ce466fe7c8cc2bef349
patch 8.2.4586: Vim9: no error for using lower case name for "func" argument

Problem:    Vim9: no error for using lower case name for "func" argument.
            (Ernie Rael)
Solution:   Check the name as soon as the type is known.
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c