aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdexpand.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-09-01 21:31:38 +0800
committerGitHub <noreply@github.com>2022-09-01 21:31:38 +0800
commit12fe197cffc687cedc65259d9fd8351a25aa7792 (patch)
tree7d3e74d86ba98b50c6ecc402a54eecafe13e1eef /src/nvim/cmdexpand.c
parentdb2e5f46f5aa5a6300395eaa9c4923835683c770 (diff)
parent689f5d604e59eba1ddab6f91b458a8163dc6629d (diff)
downloadrneovim-12fe197cffc687cedc65259d9fd8351a25aa7792.tar.gz
rneovim-12fe197cffc687cedc65259d9fd8351a25aa7792.tar.bz2
rneovim-12fe197cffc687cedc65259d9fd8351a25aa7792.zip
Merge pull request #20040 from zeertzjq/vim-9.0.0342
vim-patch:9.0.{0342,0346}: :horizontal modifier
Diffstat (limited to 'src/nvim/cmdexpand.c')
-rw-r--r--src/nvim/cmdexpand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/cmdexpand.c b/src/nvim/cmdexpand.c
index 6fc63f72a1..9d8dd197bd 100644
--- a/src/nvim/cmdexpand.c
+++ b/src/nvim/cmdexpand.c
@@ -1203,6 +1203,7 @@ static const char *set_context_by_cmdname(const char *cmd, cmdidx_T cmdidx, cons
case CMD_folddoclosed:
case CMD_folddoopen:
case CMD_hide:
+ case CMD_horizontal:
case CMD_keepalt:
case CMD_keepjumps:
case CMD_keepmarks: