Fix minor bug
This commit is contained in:
parent
db92be5756
commit
bbcc68e9a4
@ -179,7 +179,7 @@ endfunction
|
|||||||
function! vimtex#latexmk#compile_ss(verbose) " {{{1
|
function! vimtex#latexmk#compile_ss(verbose) " {{{1
|
||||||
if b:vimtex.pid
|
if b:vimtex.pid
|
||||||
call vimtex#echo#status(['latexmk compile: ',
|
call vimtex#echo#status(['latexmk compile: ',
|
||||||
\ ['VimtexWarning', 'already running for `' . g:vimtex.base . "'"]])
|
\ ['VimtexWarning', 'already running for `' . b:vimtex.base . "'"]])
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user