mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872
Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:
committed by
Justin M. Keyes
parent
105a72eabc
commit
be29de1fa2
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user