defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872

Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:
Felipe Morales
2015-06-20 17:16:10 -03:00
committed by Justin M. Keyes
parent 105a72eabc
commit be29de1fa2
7 changed files with 23 additions and 13 deletions

View File

@@ -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.

View File

@@ -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"