]> granicus.if.org Git - vim/commit
patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacy v9.0.0423
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2022 12:27:59 +0000 (13:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Sep 2022 12:27:59 +0000 (13:27 +0100)
commit9132426334a8c7e159db93ec1b08ed61ac600aae
treedf075b01d29282377b71718766e9182f3e209f36
parent0dc2fd307ffc223cf010d1fdea6e3d5c4524d43c
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.
src/ex_docmd.c
src/testdir/Make_all.mak
src/testdir/test_cmdmods.vim [new file with mode: 0644]
src/testdir/test_eval_stuff.vim
src/version.c