Skip to content

Commit fd77161

Browse files
h-eastchrisbra
authored andcommitted
runtime(doc): update doc for :horizontal
Revert the documentation for :horizontal from commit 0c3e57b because :horizontal cannot be shortened to :ho closes: #16362 Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 0c3e57b commit fd77161

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

runtime/doc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ tag command action ~
13861386
|:highlight| :hi[ghlight] specify highlighting methods
13871387
|:hide| :hid[e] hide current buffer for a command
13881388
|:history| :his[tory] print a history list
1389-
|:horizontal| :ho[rizontal] following window command work horizontally
1389+
|:horizontal| :hor[izontal] following window command work horizontally
13901390
|:insert| :i[nsert] insert text
13911391
|:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
13921392
|:iabclear| :iabc[lear] like ":abclear" but for Insert mode

runtime/doc/tags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2670,7 +2670,7 @@ $quote eval.txt /*$quote*
26702670
:his cmdline.txt /*:his*
26712671
:history cmdline.txt /*:history*
26722672
:history-indexing cmdline.txt /*:history-indexing*
2673-
:ho windows.txt /*:ho*
2673+
:hor windows.txt /*:hor*
26742674
:horizontal windows.txt /*:horizontal*
26752675
:i insert.txt /*:i*
26762676
:ia map.txt /*:ia*

runtime/doc/windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ and 'winminwidth' are relevant.
263263
will be equalized only vertically.
264264
Doesn't work for |:execute| and |:normal|.
265265

266-
*:ho* *:horizontal*
267-
:ho[rizontal] {cmd}
266+
*:hor* *:horizontal*
267+
:hor[izontal] {cmd}
268268
Execute {cmd}. Currently only makes a difference for
269269
`horizontal wincmd =`, which will equalize windows only
270270
horizontally.

0 commit comments

Comments
 (0)