Sunday, September 26, 2021

Re: How to suppress "Input is not from a terminal" message?

Thank you very much for your answers.

I changed line from:
vim +"so dummy.vim" << EOF
to line
vim +"so dummy.vim" -e << EOF
and "annoying" message is suppressed, like I wanted.

Just additional question.
Does -e switch has some negative side effect, like some commands not working or working differently like in standard vim?
I am reading about about "Ex mode" (-e switch) and "Improved Ed mode" (-E switch).

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/3bfc0cbf-02b3-413d-a55d-9361def0408cn%40googlegroups.com.

No comments: