summaryrefslogtreecommitdiff
path: root/runtime/doc
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
parent7e88c3dc1987c9e2ae7d626c277add7ec7c6d401 (diff)
downloadvim-git-f9d5ca1de458c63711f7b361694e02ab0bee0cff.tar.gz
Runtime file updates.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt6
-rw-r--r--runtime/doc/various.txt5
2 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 469d6064c..e88dc04fe 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.3c. Last change: 2010 Jul 28
+*options.txt* For Vim version 7.3c. Last change: 2010 Aug 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4490,8 +4490,8 @@ A jump table for the options with a short description can be found at |Q_op|.
'listchars' 'lcs' string (default "eol:$")
global
{not in Vi}
- Strings to use in 'list' mode. It is a comma separated list of string
- settings.
+ Strings to use in 'list' mode and for the |:list| command. It is a
+ comma separated list of string settings.
eol:c Character to show at the end of each line. When
omitted, there is no extra character at the end of the
line.
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*