diff --git a/doc/vimtex.txt b/doc/vimtex.txt index e1b870f..e01f8ac 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -823,7 +823,7 @@ Options~ " This adds a callback hook that updates Skim after compilation let g:vimtex_latexmk_callback_hook = 'UpdateSkim' - function! CallUpdateSkim(status) + function! UpdateSkim(status) if a:status call system('updateskim.sh ' . b:vimtex.tex) endif