commit | d3de178e5352fedf0f30b979f46a2fcbca24ea40 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Sep 01 12:58:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 12:58:52 2022 +0100 |
tree | a9bf6b52c8a69cd45d2e16c16265a89e7f5b1bf8 | |
parent | d83392a43a48c566c0f3b76382a3648584dae32b [diff] [blame] |
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)
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 681ab2c..9f7875f 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -2455,6 +2455,7 @@ case CMD_final: case CMD_help: case CMD_hide: + case CMD_horizontal: case CMD_ijump: case CMD_ilist: case CMD_isearch: