Merge pull request #282 from victoriv/master

Moved check for vimtex_latexmk_enabled to top of init script
This commit is contained in:
Karl Yngve Lervåg 2015-11-18 22:55:55 +01:00
commit dfcde86d43

View File

@ -25,10 +25,10 @@ endfunction
" }}}1
function! vimtex#latexmk#init_script() " {{{1
call s:check_system_compatibility()
if !g:vimtex_latexmk_enabled | return | endif
call s:check_system_compatibility()
" Ensure that all latexmk processes are stopped when a latex project is
" closed and when vim exits
if g:vimtex_latexmk_continuous