Fix open fold preamble issue (#56)
This commit is contained in:
parent
dae007cdab
commit
eceef44436
@ -13,7 +13,7 @@ function! latex#fold#init(initialized) " {{{1
|
|||||||
setl foldtext=latex#fold#text()
|
setl foldtext=latex#fold#text()
|
||||||
|
|
||||||
" Initalize folds
|
" Initalize folds
|
||||||
call latex#fold#refresh('zx')
|
call latex#fold#refresh('zX')
|
||||||
|
|
||||||
" Remap zx to refresh fold levels
|
" Remap zx to refresh fold levels
|
||||||
nnoremap <silent><buffer> zx :call latex#fold#refresh('zx')<cr>
|
nnoremap <silent><buffer> zx :call latex#fold#refresh('zx')<cr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user