]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0811: error if :echowin is preceded by a command modifier v9.0.0811
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Oct 2022 11:05:46 +0000 (12:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Oct 2022 11:05:46 +0000 (12:05 +0100)
commit2435adf8eb13736e2b3d012bb70df9ef960ffd60
treeaac9e128bd75430ccfa29b9bd0c651f427d6eef7
parent5b2a3d77d320d76f12b1666938a9d58c2a848205
patch 9.0.0811: error if :echowin is preceded by a command modifier

Problem:    Error if :echowin is preceded by a command modifier.
Solution:   Do not give an error for range when there is a modifier.
            (closes #11414)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c