Fix open fold preamble issue (#56)

This commit is contained in:
Karl Yngve Lervåg 2014-10-13 20:16:31 +02:00
parent dae007cdab
commit eceef44436

View File

@ -13,7 +13,7 @@ function! latex#fold#init(initialized) " {{{1
setl foldtext=latex#fold#text()
" Initalize folds
call latex#fold#refresh('zx')
call latex#fold#refresh('zX')
" Remap zx to refresh fold levels
nnoremap <silent><buffer> zx :call latex#fold#refresh('zx')<cr>