summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-07 21:51:51 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-07 21:51:51 +0000
commit0d6602271c5d1954e7803a3f857d0f5d42851f84 (patch)
tree4c4ee8a3a92b27c89b7938cafa1e06d4ca507d1c /runtime/doc/starting.txt
parenta14de3dd5bc3cf743e1b99cd1f6c80f5a10efd5b (diff)
updated for version 7.0033v7.0033
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 61e65a1cdd..705b50fa23 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.0aa. Last change: 2005 Jan 03
+*starting.txt* For Vim version 7.0aa. Last change: 2005 Jan 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1033,6 +1033,7 @@ CTRL-Z Suspend Vim, like ":stop".
Command-line mode, the CTRL-Z is inserted as a normal
character. In Visual mode Vim goes back to Normal
mode.
+ Note: if CTRL-Z undoes a change see |mswin.vim|.
:sus[pend][!] or *:sus* *:suspend* *:st* *:stop*