summaryrefslogtreecommitdiffstats
path: root/src/cmdexpand.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-09-01 12:58:52 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-01 12:58:52 +0100
commitd3de178e5352fedf0f30b979f46a2fcbca24ea40 (patch)
treea9bf6b52c8a69cd45d2e16c16265a89e7f5b1bf8 /src/cmdexpand.c
parentd83392a43a48c566c0f3b76382a3648584dae32b (diff)
patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346
Problem: :horizontal modifier not fully supported. Solution: Also use :horizontal for completion and user commands. (closes #11025)
Diffstat (limited to 'src/cmdexpand.c')
-rw-r--r--src/cmdexpand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmdexpand.c b/src/cmdexpand.c
index 5cdb1beab5..bfa30533bc 100644
--- a/src/cmdexpand.c
+++ b/src/cmdexpand.c
@@ -1776,6 +1776,7 @@ set_context_by_cmdname(
case CMD_folddoclosed:
case CMD_folddoopen:
case CMD_hide:
+ case CMD_horizontal:
case CMD_keepalt:
case CMD_keepjumps:
case CMD_keepmarks: