Fix minor bug
This commit is contained in:
parent
db92be5756
commit
bbcc68e9a4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user