diff --git a/autoload/vimtex/util.vim b/autoload/vimtex/util.vim index 937edb7..4a018da 100644 --- a/autoload/vimtex/util.vim +++ b/autoload/vimtex/util.vim @@ -154,9 +154,9 @@ function! vimtex#util#execute(exe) " {{{1 endif else if silent - silent execute '!' cmd + silent execute '!' . cmd else - execute '!' cmd + execute '!' . cmd endif if !has("gui_running")