mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
change vertsplit for GUI too
This commit is contained in:
parent
edaa3b324c
commit
5fd74f7bec
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -38,7 +38,7 @@ if !has('gui_running')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"appearance tweaks
|
"appearance tweaks
|
||||||
hi VertSplit cterm=NONE
|
hi VertSplit cterm=NONE gui=NONE
|
||||||
set fillchars+=vert:│
|
set fillchars+=vert:│
|
||||||
|
|
||||||
"ignore some files
|
"ignore some files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue