Stop showing leading spaces
This commit is contained in:
parent
b8dc7c1824
commit
e746a4d9fc
1 changed files with 2 additions and 6 deletions
8
vimrc
8
vimrc
|
@ -187,9 +187,9 @@ if has('patch-7.3.541')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('patch-8.1.0759')
|
if has('patch-8.1.0759')
|
||||||
set listchars+=tab:┆
|
set listchars+=tab:┆┄>
|
||||||
else
|
else
|
||||||
set listchars+=tab:┆
|
set listchars+=tab:┆┄
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('patch-8.1.1564')
|
if has('patch-8.1.1564')
|
||||||
|
@ -198,10 +198,6 @@ else
|
||||||
set signcolumn=yes
|
set signcolumn=yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('patch-8.2.2454')
|
|
||||||
set listchars+=lead:·
|
|
||||||
endif
|
|
||||||
|
|
||||||
if has('printer')
|
if has('printer')
|
||||||
set printheader=%t%h%m%=Page\ %N
|
set printheader=%t%h%m%=Page\ %N
|
||||||
set printoptions=paper:A4,number:y,syntax:n
|
set printoptions=paper:A4,number:y,syntax:n
|
||||||
|
|
Loading…
Reference in a new issue