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/cmdexpand.c b/src/cmdexpand.c index 5cdb1be..bfa3053 100644 --- a/src/cmdexpand.c +++ b/src/cmdexpand.c
@@ -1776,6 +1776,7 @@ case CMD_folddoclosed: case CMD_folddoopen: case CMD_hide: + case CMD_horizontal: case CMD_keepalt: case CMD_keepjumps: case CMD_keepmarks: