summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-01-07 21:45:22 +0000
committervimboss <devnull@localhost>2005-01-07 21:45:22 +0000
commit3cc616bc695dad9f067dad2b41bed2201de71e7c (patch)
treeb473cfb29cfd550272424f6e5bcef91069c1ca28
parenta89d8ae6c623bcd54453e09a41578c0830fe98fa (diff)
downloadvim-3cc616bc695dad9f067dad2b41bed2201de71e7c.tar.gz
updated for version 7.0033
-rw-r--r--runtime/doc/gui_w32.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/gui_w32.txt b/runtime/doc/gui_w32.txt
index 574aa35b..5dded7aa 100644
--- a/runtime/doc/gui_w32.txt
+++ b/runtime/doc/gui_w32.txt
@@ -1,4 +1,4 @@
-*gui_w32.txt* For Vim version 7.0aa. Last change: 2004 May 03
+*gui_w32.txt* For Vim version 7.0aa. Last change: 2005 Jan 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -233,6 +233,8 @@ $VIMRUNTIME/mswin.vim script. You could add this line to your _vimrc file: >
Since CTRL-C is used to copy the text to the clipboard, it can't be used to
cancel an operation. Use CTRL-Break for that.
+CTRL-Z is used for undo. This means you can't suspend Vim.
+
*CTRL-V-alternative*
Since CTRL-V is used to paste, you can't use it to start a blockwise Visual
selection. You can use CTRL-Q instead. You can also use CTRL-Q in Insert