Fix #568: Regression bug with latexmk viewer hooks
This commit is contained in:
parent
822d304f47
commit
e002e8cf78
@ -37,7 +37,7 @@ function! vimtex#view#init_buffer() " {{{1
|
|||||||
" Add latexmk callback to callback hooks (if it exists)
|
" Add latexmk callback to callback hooks (if it exists)
|
||||||
"
|
"
|
||||||
if exists('*l:v.latexmk_callback')
|
if exists('*l:v.latexmk_callback')
|
||||||
call add(g:vimtex_latexmk_callback_hooks, 'l:v.latexmk_callback')
|
call add(g:vimtex_latexmk_callback_hooks, 'b:vimtex.viewer.latexmk_callback')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user