summaryrefslogtreecommitdiffstats
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index a2cad0aa12..3b3aa14142 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt* For Vim version 7.3. Last change: 2010 Nov 10
+*various.txt* For Vim version 7.3. Last change: 2011 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -108,7 +108,7 @@ g8 Print the hex values of the bytes used in the
:[range]l[ist] [count] [flags]
Same as :print, but display unprintable characters
with '^' and put $ after the line. This can be
- changed with the 'listchars' option.
+ further changed with the 'listchars' option.
See |ex-flags| for [flags].
*:nu* *:number*