]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): clarify the behavior of CTRL-Z
authorChristian Brabandt <cb@256bit.org>
Sat, 20 Dec 2025 16:54:07 +0000 (16:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 20 Dec 2025 16:54:07 +0000 (16:54 +0000)
fixes: #18975

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/starting.txt

index 19b5e67d528568e094ef88580b7ab99fb35f0e92..227b77dacbd9cf3e3e00137cc241d7a70e626981 100644 (file)
@@ -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|.