Closed eNV25 closed 2 years ago
It turns out, vim produces a warning with >/dev/null. This adds 2>/dev/null.
>/dev/null
2>/dev/null
I had previously tested with neovim only, which worked fine.
Thanks again!
It turns out, vim produces a warning with
>/dev/null
. This adds2>/dev/null
.I had previously tested with neovim only, which worked fine.