patch 8.2.2673: Vim9: script-local funcref can have lower case name

Problem:    Vim9: script-local funcref can have lower case name.
Solution:   Require an upper case name.
This commit is contained in:
Bram Moolenaar
2021-03-28 21:14:06 +02:00
parent b2cb6c8bbd
commit 3215466af9
3 changed files with 32 additions and 2 deletions

View File

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