Append to listchars instead of overwriting it

This commit is contained in:
Anthony Rose 2017-04-10 14:39:49 +01:00
parent d44123115c
commit 982c33e21c

2
vimrc
View file

@ -132,7 +132,7 @@ if has("patch-7.3.541")
endif endif
if has("patch-7.4.710") if has("patch-7.4.710")
set listchars=eol,tab:→ ,trail:~,extends:>,precedes:<,space set listchars+=space
endif endif
if has("smartindent") if has("smartindent")