Remove dashes for folds
This commit is contained in:
parent
32ef618884
commit
8b3dded9fc
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ set autoindent
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
|
||||||
" replace vertical split pipe character with space
|
" replace vertical split pipe character with space
|
||||||
set fillchars+=vert:\
|
set fillchars="vert:\ |,fold:\ "
|
||||||
|
|
||||||
set splitright
|
set splitright
|
||||||
set splitbelow
|
set splitbelow
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue