1
0
forked from aniani/vim

patch 8.2.3169: Vim9: cannot handle nested inline function

Problem:    Vim9: cannot handle nested inline function.
Solution:   Check for nested inline function. (closes #8575)
This commit is contained in:
Bram Moolenaar
2021-07-15 22:03:50 +02:00
parent 378697ac58
commit 5245beb37c
4 changed files with 47 additions and 6 deletions

View File

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