Tweak how tabs are displayed

This commit is contained in:
Anthony Rose 2022-06-09 10:23:03 +00:00
parent 2a71dfdf93
commit 9e2ee2b8de

8
vimrc
View file

@ -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