update MyFoldText()

This commit is contained in:
ManjaroOne666 2018-10-14 15:06:42 +01:00
parent 1d4a0906d1
commit 2daf77d74a
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -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)