From 2daf77d74aff3d7e73d019395fcb4297d0e3e99a Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sun, 14 Oct 2018 15:06:42 +0100 Subject: [PATCH] update MyFoldText() --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5193e3b..dfd7a9d 100644 --- a/vimrc +++ b/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)