[vim] user better vertical bar as window separator

This commit is contained in:
Fernando Schauenburg 2018-04-15 14:03:22 +02:00
parent b376025223
commit d226e219df

View file

@ -65,7 +65,7 @@ set nocompatible
if has('multi_byte') && &encoding ==# 'utf-8'
set foldtext=VimrcFoldText()
set fillchars=fold:·
set fillchars=vert:┃,fold:·
let &listchars = 'tab:▷ ,extends:»,precedes:«,trail:·'
let &showbreak = ' ⤷ '
else