Saturday, October 20, 2018

Re: Showing shell output in GVim's window

On Sat, Oct 20, 2018 at 11:03 AM Bram Moolenaar <Bram@moolenaar.net> wrote:
> With Vim 8.1 and later, you can use ":set go+=!".
> It doesn't work perfectly, because of how it uses a virtual console.

Ah, that's why I get what Anton wants: my vimrc indeed sets the ! flag
in 'guioptions'. Of course it means that external commands are run in
gvim's "dumb" console (glass teletype) and won't be able to use
backward cursor moves as in ncurses.

Best regards,
Tony.

--
--
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.
For more options, visit https://groups.google.com/d/optout.

No comments: