From: Christian Brabandt Date: Sat, 20 Dec 2025 16:54:07 +0000 (+0000) Subject: runtime(doc): clarify the behavior of CTRL-Z X-Git-Tag: v9.1.2001~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64799a50808a0a9750e723086ca70c3e211bc07b;p=thirdparty%2Fvim.git runtime(doc): clarify the behavior of CTRL-Z fixes: #18975 Co-authored-by: zeertzjq Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 19b5e67d52..227b77dacb 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 9.1. Last change: 2025 Nov 09 +*starting.txt* For Vim version 9.1. Last change: 2025 Dec 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1287,7 +1287,7 @@ CTRL-Z Suspend Vim, like ":stop". Works in Normal and in Visual mode. In Insert and Command-line mode, the CTRL-Z is inserted as a normal character. In Visual mode Vim goes back to Normal - mode. + mode before suspending. Note: if CTRL-Z undoes a change see |mswin.vim|.