aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt3
-rw-r--r--runtime/doc/vim_diff.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e8c844f7d2..e4719c3065 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4154,7 +4154,8 @@ A jump table for the options with a short description can be found at |Q_op|.
changing the way tabs are displayed.
*'listchars'* *'lcs'*
-'listchars' 'lcs' string (default "eol:$")
+'listchars' 'lcs' string (default: "tab:> ,trail:-,nbsp:+"
+ Vi default: "eol:$")
global
Strings to use in 'list' mode and for the |:list| command. It is a
comma separated list of string settings.
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 5d4e6861f5..2edc10486c 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -39,6 +39,7 @@ these differences.
- 'hlsearch' is set by default
- 'incsearch' is set by default
- 'langnoremap' is set by default
+- 'listchars' defaults to "tab:> ,trail:-,nbsp:+"
- 'mouse' defaults to "a"
- 'nocompatible' is always set
- 'nrformats' defaults to "hex"