1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

Change fold symbol to standard character

close #3259
This commit is contained in:
Shidong Wang 2020-01-19 19:09:59 +08:00
parent 04415dba45
commit e9e3639bdc

View File

@ -333,7 +333,7 @@ function! SpaceVim#default#Customfoldtext() abort
endif
let foldsymbol='+'
let repeatsymbol=''
let repeatsymbol='-'
let prefix = foldsymbol . ' '
let w = winwidth(0) - &foldcolumn - (&number ? 8 : 0)