Fix minor bug

This commit is contained in:
Karl Yngve Lervåg 2015-10-06 17:12:50 +02:00
parent db92be5756
commit bbcc68e9a4

View File

@ -179,7 +179,7 @@ endfunction
function! vimtex#latexmk#compile_ss(verbose) " {{{1
if b:vimtex.pid
call vimtex#echo#status(['latexmk compile: ',
\ ['VimtexWarning', 'already running for `' . g:vimtex.base . "'"]])
\ ['VimtexWarning', 'already running for `' . b:vimtex.base . "'"]])
return
endif