Fix minor bug in VimLeave autocommand
This commit is contained in:
parent
0c5495d90c
commit
232e2bf3c4
@ -52,7 +52,7 @@ function! latex#latexmk#init(initialized) " {{{1
|
||||
if !a:initialized
|
||||
augroup latex_latexmk
|
||||
autocmd!
|
||||
autocmd VimLeave *.tex call latex#latexmk#stop_all()
|
||||
autocmd VimLeave * call latex#latexmk#stop_all()
|
||||
augroup END
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user