Use listchars (without space) for all builds
This commit is contained in:
parent
07ca35c8fc
commit
d44123115c
1 changed files with 1 additions and 2 deletions
3
vimrc
3
vimrc
|
@ -45,6 +45,7 @@ set incsearch
|
|||
set laststatus=2
|
||||
set linebreak
|
||||
set list
|
||||
set listchars=eol:¶,tab:→ ,trail:~,extends:>,precedes:<
|
||||
set modelines=0
|
||||
set nocompatible
|
||||
set nojoinspaces
|
||||
|
@ -132,8 +133,6 @@ endif
|
|||
|
||||
if has("patch-7.4.710")
|
||||
set listchars=eol:¶,tab:→ ,trail:~,extends:>,precedes:<,space:·
|
||||
else
|
||||
set listchars=eol:¶,tab:→ ,trail:~,extends:>,precedes:<
|
||||
endif
|
||||
|
||||
if has("smartindent")
|
||||
|
|
Loading…
Reference in a new issue