summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 5e3ad2d2c2..89b0f0cdd1 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 7.0f. Last change: 2006 Apr 11
+*message.txt* For Vim version 7.0g. Last change: 2006 Apr 30
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -297,7 +297,7 @@ happens when you use ":w! filename" and a swapfile is found.
to delete the swapfile. Edit {filename} to find out information about the
swapfile.
- If you want to write anyway prepend ":silent!" to the command. For example: >
- :silent! w! /tmp/test
+ :silent! w! /tmp/test
< The special command is needed, since you already added the ! for overwriting
an existing file.
@@ -796,7 +796,7 @@ Type effect ~
d down a page (half a screen)
<Space> or <PageDown> down a screen
G down all the way, until the hit-enter
- prompt
+ prompt
<BS> or k or <Up> one line back (*)
u up a page (half a screen) (*)