mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +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
@@ -1422,10 +1422,10 @@ return {
|
||||
full_name='listchars', abbreviation='lcs',
|
||||
type='string', list='comma', scope={'global'},
|
||||
deny_duplicates=true,
|
||||
vi_def=true,
|
||||
vim=true,
|
||||
redraw={'all_windows'},
|
||||
varname='p_lcs',
|
||||
defaults={if_true={vi="eol:$"}}
|
||||
defaults={if_true={vi="eol:$", vim="tab:> ,trail:-,nbsp:+"}}
|
||||
},
|
||||
{
|
||||
full_name='loadplugins', abbreviation='lpl',
|
||||
|
Reference in New Issue
Block a user