Re: Showing shell output in GVim's window

2018-10-20 Thread Tony Mechelynck
On Sat, Oct 20, 2018 at 4:24 PM Bram Moolenaar wrote: > > > Tony wrote: > > > On Sat, Oct 20, 2018 at 11:03 AM Bram Moolenaar 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

Re: Showing shell output in GVim's window

2018-10-20 Thread Bram Moolenaar
Tony wrote: > On Sat, Oct 20, 2018 at 11:03 AM Bram Moolenaar 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 c

Re: Showing shell output in GVim's window

2018-10-20 Thread Tony Mechelynck
On Sat, Oct 20, 2018 at 11:03 AM Bram Moolenaar 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 externa

Re: Showing shell output in GVim's window

2018-10-20 Thread Bram Moolenaar
Anton Shepelev wrote: > While working with the console version of Vim, the output of > the ! command is shown in the same terminal window, whereas > with GVim a new console window pops up. Is it possible to > configure GVim to show the shell in its own wiindow for a > more unified experience? W