On 10:54 Wed 14 Sep , Rickard Lindberg wrote:
> If I start vim from a console and execute ":!ls", the whole vim window
> disappears and I can see the output in the console.
>
> If I run vim inside a screen session and execute the same command, the
> vim buffer is scrolled upwards so that I can see parts of the vim
> buffer and the output of ls at the same time.
>
> It works the same in gvim as in screen plus vim.
>
> Is there a vim option to control this behavior? I would like the
> output to always appear below the vim buffer. Or, the more importan
> thing is that I don't want to see output of previous command when I
> run a new command.
>
> --
> Rickard Lindberg
>
> --
I would also like to know this. What I know that works in this way is
:echo system("!ls"). It will echo the output not switching to the
terminal. But there is no completion for file names.
Marcin Szamotulski
--
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