From d1cd79a4b60be58d7e4a635081b3b27122a6bf31 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 21 Dec 2025 06:53:59 +0800 Subject: [PATCH] vim-patch:64799a5: runtime(doc): clarify the behavior of CTRL-Z fixes: vim/vim#18975 https://github.com/vim/vim/commit/64799a50808a0a9750e723086ca70c3e211bc07b Co-authored-by: Christian Brabandt (cherry picked from commit 9b55f037d25bcc48542427d17b5ff61ee9d5ee72) --- runtime/doc/starting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index d5104efa86..2ae7591c34 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -694,7 +694,7 @@ CTRL-Z Suspend Nvim, 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 Nvim goes back to Normal - mode. + mode before suspending. :sus[pend][!] or *:sus* *:suspend* *:st* *:stop* :st[op][!] Suspend Nvim using OS "job control"; it will continue