H Xu wrote:
> For the following vim script in a tmp.vim file:
>       :!echo 1
>       :!echo 2
>
> When executing ":so tmp.vim" in a terminal vim (I'm on
> Konsole of KDE), the output is like this:
>
>       1
>
>       Press ENTER or type command to continue
>       2
>
>       Press ENTER or type command to continue

This is probably related to 'cmdheight'. See:
http://vim.wikia.com/wiki/Avoiding_the_%22Hit_ENTER_to_continue%22_prompts

John

-- 
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

Reply via email to