1
0
forked from aniani/vim

patch 8.2.4323: Vim9: nested function name can start with "_"

Problem:    Vim9: nested function name can start with "_".
Solution:   Use same rule for function name for nested functions.
            (closes #9713)
This commit is contained in:
Bram Moolenaar
2022-02-07 20:30:57 +00:00
parent 7aca5ca676
commit f681cfb90b
3 changed files with 33 additions and 2 deletions

View File

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