diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-07 21:51:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-07 21:51:51 +0000 |
commit | 0d6602271c5d1954e7803a3f857d0f5d42851f84 (patch) | |
tree | 4c4ee8a3a92b27c89b7938cafa1e06d4ca507d1c /runtime/doc/starting.txt | |
parent | a14de3dd5bc3cf743e1b99cd1f6c80f5a10efd5b (diff) | |
download | vim-git-0d6602271c5d1954e7803a3f857d0f5d42851f84.tar.gz |
updated for version 7.0033v7.0033
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 61e65a1cd..705b50fa2 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* |