From 344a1ee8e6b7d78120f8393d1babfd285e866334 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 22 Feb 2023 00:07:26 +0800 Subject: docs: fix typos (#22353) --- runtime/doc/windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/windows.txt') diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 61f5013f47..4b7901e614 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -223,7 +223,7 @@ CTRL-W ^ Split the current window in two and edit the alternate file. CTRL-W ge *CTRL-W_ge* Detach the current window as an external window. - Only available when using an UI with |ui-multigrid| support. + Only available when using a UI with |ui-multigrid| support. Note that the 'splitbelow' and 'splitright' options influence where a new window will appear. -- cgit From 036da0d07921e67090d1a62c9a4e382ca09d8584 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 24 Jun 2023 13:47:10 +0200 Subject: fix(docs): vimdoc syntax errors gen_help_html: truncate parse-error sample text --- runtime/doc/windows.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/doc/windows.txt') diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 4b7901e614..b78c1eeae5 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -631,7 +631,7 @@ times than |WinResized|, it may slow down editing a bit. The information provided by |WinScrolled| is a dictionary for each window that has changes, using the window ID as the key, and a total count of the changes -with the key "all". Example value for |v:event|: +with the key "all". Example value for |v:event|: > { all: {width: 0, height: 2, leftcol: 0, skipcol: 0, topline: 1, topfill: 0}, 1003: {width: 0, height: -1, leftcol: 0, skipcol: 0, topline: 0, topfill: 0}, @@ -1090,7 +1090,7 @@ list of buffers. |unlisted-buffer| a an active buffer: it is loaded and visible h a hidden buffer: It is loaded, but currently not displayed in a window |hidden-buffer| - - a buffer with 'modifiable' off + `-` a buffer with 'modifiable' off = a readonly buffer R a terminal buffer with a running job F a terminal buffer with a finished job @@ -1101,7 +1101,7 @@ list of buffers. |unlisted-buffer| [flags] can be a combination of the following characters, which restrict the buffers to be listed: + modified buffers - - buffers with 'modifiable' off + `-` buffers with 'modifiable' off = readonly buffers a active buffers u unlisted buffers (overrides the "!") -- cgit From cffdf102d4f01fe5675c389eb80bf55daa62697a Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:22:19 -0500 Subject: feat(terminal): allow :terminal to take modifiers (#15427) The following modifiers are all now supported: :tab term :vertical term :horizontal term :botright term :topleft term Fixes: https://github.com/neovim/neovim/issues/11385 --- runtime/doc/windows.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/doc/windows.txt') diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index b78c1eeae5..842542bdc3 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -243,7 +243,8 @@ and 'winminwidth' are relevant. :hor[izontal] {cmd} Execute {cmd}. Currently only makes a difference for `horizontal wincmd =`, which will equalize windows only - horizontally. + horizontally, and |:terminal|, which will open a |terminal| + buffer in a split window. :lefta[bove] {cmd} *:lefta* *:leftabove* :abo[veleft] {cmd} *:abo* *:aboveleft* -- cgit From b9d9cd77421a7906d6e0a968a3c0ddd86e9923fe Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 9 Sep 2023 17:47:28 +0800 Subject: vim-patch:partial:9.0.1886: Various Typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Various Typos Solution: Fix Typos This is a collection of typo related commits. closes: vim/vim#12753 closes: vim/vim#13016 https://github.com/vim/vim/commit/ee17b6f70d382ec6c5d8d27b56c4e84106ac8c55 Co-authored-by: Christian Brabandt Co-authored-by: Adri Verhoef Co-authored-by: Viktor Szépe Co-authored-by: nuid64 Co-authored-by: Meng Xiangzhuo Co-authored-by: Dominique Pellé --- runtime/doc/windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/windows.txt') diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 842542bdc3..e0c0772f18 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -169,7 +169,7 @@ CTRL-W v *CTRL-W_v* it doesn't! CTRL-W n *CTRL-W_n* -CTRL-W CTRL_N *CTRL-W_CTRL-N* +CTRL-W CTRL-N *CTRL-W_CTRL-N* :[N]new [++opt] [+cmd] *:new* Create a new window and start editing an empty file in it. Make new window N high (default is to use half the existing -- cgit From 372aa2eb3db375385cf19dc0a6571f790b858241 Mon Sep 17 00:00:00 2001 From: glepnir Date: Mon, 9 Oct 2023 18:47:10 +0800 Subject: feat(float): add fclose command --- runtime/doc/windows.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime/doc/windows.txt') diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index e0c0772f18..eb3c4df511 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -392,6 +392,11 @@ CTRL-W CTRL-O *CTRL-W_CTRL-O* *:on* *:only* given, then they become hidden. But modified buffers are never abandoned, so changes cannot get lost. + *:fc* *:fclose* +:[count]fc[lose][!] + Close [count]th floating window by zindex order. '!' to close + all floating windows. + ============================================================================== 4. Moving cursor to other windows *window-move-cursor* -- cgit From f79052faef874b19ebbed007c30eb3f2c994a8b2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 11 Oct 2023 15:03:59 +0800 Subject: refactor(float): rename ex_floatclose to ex_fclose (#25596) --- runtime/doc/windows.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/windows.txt') diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index eb3c4df511..d6fce89f23 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -394,8 +394,8 @@ CTRL-W CTRL-O *CTRL-W_CTRL-O* *:on* *:only* *:fc* *:fclose* :[count]fc[lose][!] - Close [count]th floating window by zindex order. '!' to close - all floating windows. + Close [count] floating windows with the highest zindex values. + '!' to close all floating windows. ============================================================================== 4. Moving cursor to other windows *window-move-cursor* -- cgit