summaryrefslogtreecommitdiffstats
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
committerBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
commitd58e929fa283459957b0eab635fdaa9dcd61819c (patch)
tree92c871586e91c3c33b0a7447f12cc9a6d7184c30 /runtime/doc/various.txt
parent95474ca34c542d58d3f08703b7d96ad21b05beea (diff)
Updated runtime files and translations.
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*