improved MyFoldText()
This commit is contained in:
parent
c70e6ba69d
commit
fe2b02ea89
|
@ -98,6 +98,7 @@ function! MyFoldText()
|
|||
|
||||
let l:subexp = '^ \{,' . len(l:prefix) . '}'
|
||||
let l:foldtext = substitute(l:line, l:subexp, l:prefix, '')
|
||||
let l:foldtext = substitute(l:foldtext, '"{{{', '', '')
|
||||
|
||||
return l:foldtext
|
||||
endfunction
|
||||
|
|
Loading…
Reference in New Issue