runtime(doc): clarify the behavior of CTRL-Z
Commit:
https://github.com/vim/vim/commit/64799a50808a0a9750e723086ca70c3e211bc07b
Author: Christian Brabandt <
c...@256bit.org>
Date: Sat Dec 20 16:54:07 2025 +0000
runtime(doc): clarify the behavior of CTRL-Z
fixes:
https://github.com/vim/vim/issues/18975
Co-authored-by: zeertzjq <
zeer...@outlook.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 19b5e67d5..227b77dac 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|.