Fix minor typo (#383)

This commit is contained in:
Karl Yngve Lervåg 2016-03-04 07:58:06 +01:00
parent cc08da3f9e
commit 6ee8358685

View File

@ -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