Fixed #565: Stupid bug
This commit is contained in:
parent
976e2791dd
commit
822d304f47
@ -157,7 +157,7 @@ function! vimtex#latexmk#clean(full, ...) " {{{1
|
||||
silent call vimtex#latexmk#compile()
|
||||
endif
|
||||
|
||||
if !a:0 == 0
|
||||
if a:0 == 0
|
||||
call vimtex#echo#status(['latexmk clean: ',
|
||||
\ ['VimtexSuccess', 'finished' . (a:full ? ' (full)' : '')]])
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user