summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-04-15 20:41:38 +0000
committervimboss <devnull@localhost>2005-04-15 20:41:38 +0000
commita289bf66b070971920c9b692d53528213fe43564 (patch)
tree16582ca4ded806afb3eb319bbfd386726307b2f2
parent3761e6ccbe47fe0c100d30869babe681c772b996 (diff)
downloadvim-a289bf66b070971920c9b692d53528213fe43564.tar.gz
updated for version 7.0066
-rw-r--r--runtime/doc/vi_diff.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt
index de9c4779..76893e25 100644
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -1,4 +1,4 @@
-*vi_diff.txt* For Vim version 7.0aa. Last change: 2005 Feb 21
+*vi_diff.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -144,7 +144,7 @@ Support for different systems.
Multi level undo. |undo|
'u' goes backward in time, 'CTRL-R' goes forward again. Set option
'undolevels' to the number of changes to be remembered (default 1000).
- Set 'undolevels' to 0 for a vi-compatible one level undo. Set it to
+ Set 'undolevels' to 0 for a vi-compatible one level undo. Set it to
-1 for no undo at all.
When all changes in a buffer have been undone, the buffer is not
@@ -641,7 +641,7 @@ but "abc<NL>defabc<NL>defabc<NL>def" in Vim.
In Command-line mode:
-<Esc> terminates the command-line without executing it. In vi the command
+<Esc> terminates the command-line without executing it. In vi the command
line would be executed, which is not what most people expect (hitting <Esc>
should always get you back to command mode). To avoid problems with some
obscure macros, an <Esc> in a macro will execute the command. If you want a