]> granicus.if.org Git - vim/commit
patch 8.2.3733: Vim9: using "legacy" before range does not work v8.2.3733
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Dec 2021 11:57:00 +0000 (11:57 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Dec 2021 11:57:00 +0000 (11:57 +0000)
commitb579f6ebbfa826d228abec1e1b24c05894517c27
tree97f9c2ade59a7794af2104b27ab87457410891e4
parentcd2f8f0e0007bb77fc2035e6ad6227bb6661c612
patch 8.2.3733: Vim9: using "legacy" before range does not work

Problem:    Vim9: using "legacy" before range does not work.
Solution:   Skip over range before parsing command. (closes #9270)
src/testdir/test_vim9_cmd.vim
src/usercmd.c
src/version.c
src/vim9compile.c