Merge pull request #282 from victoriv/master
Moved check for vimtex_latexmk_enabled to top of init script
This commit is contained in:
commit
dfcde86d43
@ -25,10 +25,10 @@ endfunction
|
|||||||
|
|
||||||
" }}}1
|
" }}}1
|
||||||
function! vimtex#latexmk#init_script() " {{{1
|
function! vimtex#latexmk#init_script() " {{{1
|
||||||
call s:check_system_compatibility()
|
|
||||||
|
|
||||||
if !g:vimtex_latexmk_enabled | return | endif
|
if !g:vimtex_latexmk_enabled | return | endif
|
||||||
|
|
||||||
|
call s:check_system_compatibility()
|
||||||
|
|
||||||
" Ensure that all latexmk processes are stopped when a latex project is
|
" Ensure that all latexmk processes are stopped when a latex project is
|
||||||
" closed and when vim exits
|
" closed and when vim exits
|
||||||
if g:vimtex_latexmk_continuous
|
if g:vimtex_latexmk_continuous
|
||||||
|
Loading…
x
Reference in New Issue
Block a user