]> granicus.if.org Git - vim/commit
patch 8.2.3031: no error if a function name starts with an underscore v8.2.3031
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Jun 2021 18:48:58 +0000 (20:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Jun 2021 18:48:58 +0000 (20:48 +0200)
commit22f17a29cd0b0cc3107dc6cd1d96c62eee52a7d9
treeb4f07018a9d2d00cea788c9f39dade141d9c3010
parentcb54bc65625abad9a0af501acac5c70fba17e2cc
patch 8.2.3031: no error if a function name starts with an underscore

Problem:    No error if a function name starts with an underscore. (Naohiro
            Ono)
Solution:   In Vim9 script disallow a function name starting with an
            underscore, as is mentioned in the help. (closes #8414)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c