Fixed #565: Stupid bug

This commit is contained in:
Karl Yngve Lervåg 2016-09-25 22:20:10 +02:00
parent 976e2791dd
commit 822d304f47

View File

@ -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