1
0
forked from aniani/vim

patch 8.2.2650: Vim9: command modifiers not handled in nested function

Problem:    Vim9: command modifiers not handled in nested function.
Solution:   Keep function-local info in a structure and save it on the stack.
This commit is contained in:
Bram Moolenaar
2021-03-24 22:00:56 +01:00
parent 1ff89deeaa
commit 2fecb53115
4 changed files with 127 additions and 45 deletions

View File

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