diff options
author | Raphael <glephunter@gmail.com> | 2023-10-11 15:03:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 15:03:59 +0800 |
commit | f79052faef874b19ebbed007c30eb3f2c994a8b2 (patch) | |
tree | c2826b79876e7897f678dfc157530b21ffa67608 /runtime | |
parent | 4eea60939f9c079d4e1652e0ed1724c4f2ab6eda (diff) | |
download | rneovim-f79052faef874b19ebbed007c30eb3f2c994a8b2.tar.gz rneovim-f79052faef874b19ebbed007c30eb3f2c994a8b2.tar.bz2 rneovim-f79052faef874b19ebbed007c30eb3f2c994a8b2.zip |
refactor(float): rename ex_floatclose to ex_fclose (#25596)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/windows.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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* |