Fix minor typo (#383)
This commit is contained in:
parent
cc08da3f9e
commit
6ee8358685
@ -823,7 +823,7 @@ Options~
|
|||||||
|
|
||||||
" This adds a callback hook that updates Skim after compilation
|
" This adds a callback hook that updates Skim after compilation
|
||||||
let g:vimtex_latexmk_callback_hook = 'UpdateSkim'
|
let g:vimtex_latexmk_callback_hook = 'UpdateSkim'
|
||||||
function! CallUpdateSkim(status)
|
function! UpdateSkim(status)
|
||||||
if a:status
|
if a:status
|
||||||
call system('updateskim.sh ' . b:vimtex.tex)
|
call system('updateskim.sh ' . b:vimtex.tex)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user