1
0
forked from aniani/vim

patch 8.2.3052: Vim9: "legacy call" does not work

Problem:    Vim9: "legacy call" does not work.
Solution:   Do not skip "call" after "legacy". (closes #8454)
This commit is contained in:
Bram Moolenaar
2021-06-26 13:00:49 +02:00
parent 444d878324
commit ce024c3e20
3 changed files with 42 additions and 19 deletions

View File

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