1
0
forked from aniani/vim

patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacy

Problem:    "for" and "while" not recognized after :vim9cmd and :legacy.
            (Emanuele Torre)
Solution:   Recognize all the command modifiers. (closes #11087)
            Add a test to check the list of modifiers.
This commit is contained in:
Bram Moolenaar
2022-09-09 13:27:59 +01:00
parent 0dc2fd307f
commit 9132426334
5 changed files with 52 additions and 1 deletions

View File

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