1
0
forked from aniani/vim

patch 8.2.4324: Vim9: script-local function name can start with "_"

Problem:    Vim9: script-local function name can start with "_".
Solution:   Check for leading capital after "s:".  Correct error message.
This commit is contained in:
Bram Moolenaar
2022-02-07 21:54:01 +00:00
parent f681cfb90b
commit 3787f26c2e
5 changed files with 44 additions and 18 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4324,
/**/
4323,
/**/