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
+2
View File
@@ -87,6 +87,7 @@ NEW_TESTS = \
test_clientserver \
test_close_count \
test_cmdline \
test_cmdmods \
test_cmdwin \
test_command_count \
test_comments \
@@ -346,6 +347,7 @@ NEW_TESTS_RES = \
test_clientserver.res \
test_close_count.res \
test_cmdline.res \
test_cmdmods.res \
test_cmdwin.res \
test_command_count.res \
test_comments.res \