commit | 9132426334a8c7e159db93ec1b08ed61ac600aae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 13:27:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 13:27:59 2022 +0100 |
tree | df075b01d29282377b71718766e9182f3e209f36 | |
parent | 0dc2fd307ffc223cf010d1fdea6e3d5c4524d43c [diff] [blame] |
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.
diff --git a/src/testdir/test_eval_stuff.vim b/src/testdir/test_eval_stuff.vim index 0081d89..7d8421b 100644 --- a/src/testdir/test_eval_stuff.vim +++ b/src/testdir/test_eval_stuff.vim Binary files differ