aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
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/doc/options.txt
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/doc/options.txt')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 2 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.