0

I'm using a plugin manager for vim (vim-plug), and have a cron job to perform updates:

vim +PlugUpgrade +qall &>/dev/null; vim +PlugUpdate +qall &>/dev/null

This job occasionally produces output like this:

Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal
Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal

which gets sent to my mail. Does anyone know why it's generating this output despite redirecting to /dev/null (and how to stop it)?

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255

0 Answers0