mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:50:06 +08:00
parent
04415dba45
commit
e9e3639bdc
@ -333,7 +333,7 @@ function! SpaceVim#default#Customfoldtext() abort
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let foldsymbol='+'
|
let foldsymbol='+'
|
||||||
let repeatsymbol=''
|
let repeatsymbol='-'
|
||||||
let prefix = foldsymbol . ' '
|
let prefix = foldsymbol . ' '
|
||||||
|
|
||||||
let w = winwidth(0) - &foldcolumn - (&number ? 8 : 0)
|
let w = winwidth(0) - &foldcolumn - (&number ? 8 : 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user