Tweak how tabs are displayed
This commit is contained in:
parent
2a71dfdf93
commit
9e2ee2b8de
1 changed files with 7 additions and 1 deletions
8
vimrc
8
vimrc
|
@ -192,13 +192,19 @@ if has('patch-7.3.541')
|
|||
set formatoptions+=j
|
||||
endif
|
||||
|
||||
if has('patch-8.1.0759')
|
||||
set listchars+=tab: │
|
||||
else
|
||||
set listchars+=tab:│
|
||||
endif
|
||||
|
||||
if has('patch-8.1.1564')
|
||||
set signcolumn=number
|
||||
else
|
||||
set signcolumn=yes
|
||||
endif
|
||||
|
||||
if has("patch-8.2.2454")
|
||||
if has('patch-8.2.2454')
|
||||
set listchars+=lead:·
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue