]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update doc for :horizontal
authorh-east <h.east.727@gmail.com>
Thu, 2 Jan 2025 16:34:55 +0000 (17:34 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 2 Jan 2025 16:34:55 +0000 (17:34 +0100)
Revert the documentation for :horizontal from commit
0c3e57b403e0e3a1fefc 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>
runtime/doc/index.txt
runtime/doc/tags
runtime/doc/windows.txt

index 5b844fbb9244d8c0951869f31d618774c1b23f23..512e2843c42a404eed9282d68fd418f2edc672a7 100644 (file)
@@ -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
index f77958850c27678a7297268a406df46642f212a2..6458224fc131659313122b18e7be4b058600e0d6 100644 (file)
@@ -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*
index 812062874d7dc7a26c19537adba2e7c3509e0de8..db24e519160cd0dc6328bded900bbcbc59901cbf 100644 (file)
@@ -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.