]> granicus.if.org Git - vim/commit
patch 9.0.0630: in Vim9 script a numbered function cannot be called v9.0.0630
authorBram Moolenaar <Bram@vim.org>
Fri, 30 Sep 2022 18:19:04 +0000 (19:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Sep 2022 18:19:04 +0000 (19:19 +0100)
commitcfb4d4f312e740c2fbb70c29c47cf74a76f8b605
tree72cdebc2780ff1e053637b5b820798be43a2532f
parenta5d1a67bee5672786c4b172f66ae4391e7b0cc57
patch 9.0.0630: in Vim9 script a numbered function cannot be called

Problem:    In Vim9 script a numbered function cannot be called.
Solution:   Do not require "g:" before a numbered function name.
            (closes #11254)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c