Merge pull request #146 from micbou/execute
Fix util#execute on Windows
This commit is contained in:
commit
5efc3cde8a
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user