diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 5b844fbb92..512e2843c4 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1386,7 +1386,7 @@ tag command action ~ |:highlight| :hi[ghlight] specify highlighting methods |:hide| :hid[e] hide current buffer for a command |:history| :his[tory] print a history list -|:horizontal| :ho[rizontal] following window command work horizontally +|:horizontal| :hor[izontal] following window command work horizontally |:insert| :i[nsert] insert text |:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode |:iabclear| :iabc[lear] like ":abclear" but for Insert mode diff --git a/runtime/doc/tags b/runtime/doc/tags index f77958850c..6458224fc1 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -2670,7 +2670,7 @@ $quote eval.txt /*$quote* :his cmdline.txt /*:his* :history cmdline.txt /*:history* :history-indexing cmdline.txt /*:history-indexing* -:ho windows.txt /*:ho* +:hor windows.txt /*:hor* :horizontal windows.txt /*:horizontal* :i insert.txt /*:i* :ia map.txt /*:ia* diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 812062874d..db24e51916 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -263,8 +263,8 @@ and 'winminwidth' are relevant. will be equalized only vertically. Doesn't work for |:execute| and |:normal|. - *:ho* *:horizontal* -:ho[rizontal] {cmd} + *:hor* *:horizontal* +:hor[izontal] {cmd} Execute {cmd}. Currently only makes a difference for `horizontal wincmd =`, which will equalize windows only horizontally.