Fix util#execute on Windows
This commit is contained in:
parent
8e537d80c1
commit
43a12a5621
@ -154,9 +154,9 @@ function! vimtex#util#execute(exe) " {{{1
|
|||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
if silent
|
if silent
|
||||||
silent execute '!' cmd
|
silent execute '!' . cmd
|
||||||
else
|
else
|
||||||
execute '!' cmd
|
execute '!' . cmd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !has("gui_running")
|
if !has("gui_running")
|
||||||
|
Loading…
Reference in New Issue
Block a user