Change tab display again
This commit is contained in:
parent
ae08c9d2ff
commit
843208d221
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -193,9 +193,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')
|
||||||
|
|
Loading…
Reference in a new issue