@ -563,7 +563,7 @@ function! MyFoldText() "{{{
while strchars(l:postfix) < 7
let l:postfix = ' ' . l:postfix
endwhile
let l:postfix = '↓ ' . l:postfix
let l:postfix = ' ↓ ' . l:postfix
let l:len_line = len(l:line)
let l:len_postfix = strchars(l:postfix)