From dd65b4b152f8ca165ea94d28870e463735239639 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 24 May 2026 18:52:59 +0800 Subject: [PATCH] vim-patch:e60d4b4: runtime(doc): update netrws "mt" command description (#39975) fixes: vim/vim#20302 https://github.com/vim/vim/commit/e60d4b4ff309cab96522f4ad565dd7dc9478b89c Co-authored-by: Christian Brabandt --- runtime/pack/dist/opt/netrw/doc/netrw.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runtime/pack/dist/opt/netrw/doc/netrw.txt b/runtime/pack/dist/opt/netrw/doc/netrw.txt index 117be4c8a8..8edcd484eb 100644 --- a/runtime/pack/dist/opt/netrw/doc/netrw.txt +++ b/runtime/pack/dist/opt/netrw/doc/netrw.txt @@ -2283,9 +2283,10 @@ Set the marked file copy/move-to target (see |netrw-mc| and |netrw-mm|): displayed directory is used for the copy/move-to target. * Also, if the cursor is in the banner, then the netrw window's currently - displayed directory is used for the copy/move-to target. - Unless the target already is the current directory. In which case, - typing "mf" clears the target. + displayed directory is used for the copy/move-to target - unless that + directory is already the target, in which case typing "mt" again clears + it. Repeating "mt" in the banner thus toggles the current directory as + the target. * However, if the cursor is atop a directory name, then that directory is used for the copy/move-to target