0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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)
This commit is contained in:
zeertzjq
2022-09-01 12:58:52 +01:00
committed by Bram Moolenaar
parent d83392a43a
commit d3de178e53
7 changed files with 20 additions and 5 deletions

View File

@@ -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: