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
|
if !a:initialized
|
||||||
augroup latex_latexmk
|
augroup latex_latexmk
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd VimLeave *.tex call latex#latexmk#stop_all()
|
autocmd VimLeave * call latex#latexmk#stop_all()
|
||||||
augroup END
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user