summaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-01 16:13:51 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-01 16:13:51 +0200
commitf9d5ca1de458c63711f7b361694e02ab0bee0cff (patch)
treee9c56f246b08c606021553cec39c3069bd9735f6 /runtime/doc/various.txt
parent7e88c3dc1987c9e2ae7d626c277add7ec7c6d401 (diff)
downloadvim-git-f9d5ca1de458c63711f7b361694e02ab0bee0cff.tar.gz
Runtime file updates.
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index b2d53c89a..b2945e064 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt* For Vim version 7.3c. Last change: 2010 Jul 24
+*various.txt* For Vim version 7.3c. Last change: 2010 Aug 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -106,7 +106,8 @@ g8 Print the hex values of the bytes used in the
*:l* *:list*
:[range]l[ist] [count] [flags]
Same as :print, but display unprintable characters
- with '^' and put $ after the line.
+ with '^' and put $ after the line. This can be
+ changed with the 'listchars' option.
See |ex-flags| for [flags].
*:nu* *:number*