vim-patch:64799a5: runtime(doc): clarify the behavior of CTRL-Z

fixes: vim/vim#18975

64799a5080

Co-authored-by: Christian Brabandt <cb@256bit.org>
(cherry picked from commit 9b55f037d2)
This commit is contained in:
zeertzjq
2025-12-21 06:53:59 +08:00
committed by github-actions[bot]
parent a93b5a7104
commit d1cd79a4b6

View File

@@ -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