update MyFoldText()
This commit is contained in:
parent
1d4a0906d1
commit
2daf77d74a
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue