0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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

@@ -2455,6 +2455,7 @@ do_one_cmd(
case CMD_final:
case CMD_help:
case CMD_hide:
case CMD_horizontal:
case CMD_ijump:
case CMD_ilist:
case CMD_isearch: