]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0346: :horizontal modifier not fully supported v9.0.0346
authorzeertzjq <zeertzjq@outlook.com>
Thu, 1 Sep 2022 11:58:52 +0000 (12:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2022 11:58:52 +0000 (12:58 +0100)
commitd3de178e5352fedf0f30b979f46a2fcbca24ea40
treea9bf6b52c8a69cd45d2e16c16265a89e7f5b1bf8
parentd83392a43a48c566c0f3b76382a3648584dae32b
patch 9.0.0346: :horizontal modifier not fully supported

Problem:    :horizontal modifier not fully supported.
Solution:   Also use :horizontal for completion and user commands.
            (closes #11025)
runtime/doc/map.txt
src/cmdexpand.c
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c