mirror of
https://github.com/zoriya/vim.git
synced 2026-06-03 04:03:06 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user