Append to listchars instead of overwriting it
This commit is contained in:
parent
d44123115c
commit
982c33e21c
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue