Change how tabs are displayed
This commit is contained in:
parent
93b1922c1b
commit
30ee6ec736
1 changed files with 3 additions and 2 deletions
5
vimrc
5
vimrc
|
@ -280,9 +280,9 @@ if has('patch-7.3.541')
|
|||
endif
|
||||
|
||||
if has('patch-8.1.0759')
|
||||
set listchars+=tab:┆
|
||||
set listchars+=tab:│
|
||||
else
|
||||
set listchars+=tab:┆
|
||||
set listchars+=tab:│
|
||||
endif
|
||||
|
||||
if has('patch-8.1.1564')
|
||||
|
@ -306,6 +306,7 @@ endif
|
|||
|
||||
if has('syntax')
|
||||
syntax on
|
||||
highlight NonText guibg=NONE guifg=#F0F0F0
|
||||
endif
|
||||
|
||||
if has('viminfo')
|
||||
|
|
Loading…
Reference in a new issue