diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-01-06 09:54:01 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2025-01-06 09:54:55 +0800 |
commit | e8c0b87c1f00dafe8bc197a474b4f9d5fe87a3a1 (patch) | |
tree | 584056d1d2fecfa085b164333e814f049199b07e | |
parent | 22dadf4c33740a67a2c7bc57435076aa7eadc01a (diff) | |
download | rneovim-e8c0b87c1f00dafe8bc197a474b4f9d5fe87a3a1.tar.gz rneovim-e8c0b87c1f00dafe8bc197a474b4f9d5fe87a3a1.tar.bz2 rneovim-e8c0b87c1f00dafe8bc197a474b4f9d5fe87a3a1.zip |
vim-patch:fd77161: runtime(doc): update doc for :horizontal
Revert the documentation for :horizontal from commit
0c3e57b403e0e3a1fefc because :horizontal cannot be shortened to :ho
closes: vim/vim#16362
https://github.com/vim/vim/commit/fd771613b3e59923b1a82a5ed9036c82899d133b
Co-authored-by: h-east <h.east.727@gmail.com>
-rw-r--r-- | runtime/doc/index.txt | 2 | ||||
-rw-r--r-- | runtime/doc/windows.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 51d1484c57..0256707420 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1335,7 +1335,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/windows.txt b/runtime/doc/windows.txt index 08dcf691c0..6dd90f7e49 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -253,8 +253,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 the following commands: - `:wincmd =`: equalize windows only horizontally. |