aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-06-20 17:16:10 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-08-22 13:48:48 -0400
commitbe29de1fa2b2dde54f4e43bc12d8bb7a46845308 (patch)
treeb88e02308a4dbcc9fbef948935a33473da010fcc /runtime
parent105a72eabc6f74195b6319471344148726683b9d (diff)
downloadrneovim-be29de1fa2b2dde54f4e43bc12d8bb7a46845308.tar.gz
rneovim-be29de1fa2b2dde54f4e43bc12d8bb7a46845308.tar.bz2
rneovim-be29de1fa2b2dde54f4e43bc12d8bb7a46845308.zip
defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872
Re: https://github.com/neovim/neovim/issues/2676
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"