airblade / voom

A simplest-thing-that-works Vim plugin manager. Use with Vim 8 or Pathogen.
MIT License
29 stars 9 forks source link

voom: fix warning for vim #19

Closed eNV25 closed 2 years ago

eNV25 commented 2 years ago

It turns out, vim produces a warning with >/dev/null. This adds 2>/dev/null.

I had previously tested with neovim only, which worked fine.

airblade commented 2 years ago

Thanks again!