comparison src/ex_docmd.c @ 30017:578e71f924fe v9.0.0346

patch 9.0.0346: :horizontal modifier not fully supported Commit: https://github.com/vim/vim/commit/d3de178e5352fedf0f30b979f46a2fcbca24ea40 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Sep 1 12:58:52 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Sep 2022 14:00:04 +0200
parents b97a870a7c63
children d269dd3cd31d
comparison
equal deleted inserted replaced
30016:3514fb971cff 30017:578e71f924fe
2453 case CMD_execute: 2453 case CMD_execute:
2454 case CMD_filter: 2454 case CMD_filter:
2455 case CMD_final: 2455 case CMD_final:
2456 case CMD_help: 2456 case CMD_help:
2457 case CMD_hide: 2457 case CMD_hide:
2458 case CMD_horizontal:
2458 case CMD_ijump: 2459 case CMD_ijump:
2459 case CMD_ilist: 2460 case CMD_ilist:
2460 case CMD_isearch: 2461 case CMD_isearch:
2461 case CMD_isplit: 2462 case CMD_isplit:
2462 case CMD_keepalt: 2463 case CMD_keepalt: