Listchars doesn't have lead until 8.2.2454
This commit is contained in:
parent
40a1d17964
commit
eeccb923dd
1 changed files with 5 additions and 1 deletions
6
vimrc
6
vimrc
|
@ -67,7 +67,7 @@ set incsearch
|
|||
set laststatus=2
|
||||
set linebreak
|
||||
set list
|
||||
set listchars=tab:│ ,lead:·,trail:·,extends:→,precedes:←,nbsp:␣
|
||||
set listchars=tab:│ ,trail:·,extends:→,precedes:←,nbsp:␣
|
||||
set modelines=0
|
||||
set nobackup
|
||||
set noexpandtab
|
||||
|
@ -198,6 +198,10 @@ else
|
|||
set signcolumn=yes
|
||||
endif
|
||||
|
||||
if has("patch-8.2.2454")
|
||||
set listchars+=lead:·
|
||||
endif
|
||||
|
||||
if has('printer')
|
||||
set printheader=%t%h%m%=Page\ %N
|
||||
set printoptions=paper:A4,number:y,syntax:n
|
||||
|
|
Loading…
Reference in a new issue