aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index b269bfdc98..6506c6a9b5 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -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',