Hello,
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
But on gvim:
:!echo 1
1
:!echo 2
2
Press ENTER or type command to continue
Note that on terminal vim, there are two "Press ENTER or type command to
continue", but on gvim there is only one.
Is there any solution to unify the behavior? I'm writing a vim script
and this difference could be annoying.
Thanks!
Hong
--
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