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') 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