update MyFoldText()
This commit is contained in:
parent
1d4a0906d1
commit
2daf77d74a
2
vimrc
2
vimrc
|
@ -563,7 +563,7 @@ function! MyFoldText() "{{{
|
||||||
while strchars(l:postfix) < 7
|
while strchars(l:postfix) < 7
|
||||||
let l:postfix = ' ' . l:postfix
|
let l:postfix = ' ' . l:postfix
|
||||||
endwhile
|
endwhile
|
||||||
let l:postfix = '↓ ' . l:postfix
|
let l:postfix = ' ↓ ' . l:postfix
|
||||||
|
|
||||||
let l:len_line = len(l:line)
|
let l:len_line = len(l:line)
|
||||||
let l:len_postfix = strchars(l:postfix)
|
let l:len_postfix = strchars(l:postfix)
|
||||||
|
|
Loading…
Reference in New Issue