1
0
forked from aniani/vim

patch 8.2.4616: Vim9: Declarations in a {} block of a user command remain

Problem:    Vim9: Declarations in a {} block of a user command do not use Vim9
            rules if defined in a legacy script. (Yegappan Lakshmanan)
Solution:   Pretend the script is Vim9 script.
This commit is contained in:
Bram Moolenaar
2022-03-23 21:36:27 +00:00
parent ac48506ac6
commit 98b7fe725e
3 changed files with 58 additions and 0 deletions

View File

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