On 2009-12-29, epanda wrote:
> Hi,
> 
> 
> I am launching several script like that :
> 
> 
> vim -c "call funcScript()" -c "call func2Script()" -c "qa!"
> 
> I have the message --Plus-- when screen is full and there are some
> others things to display.
> 
> How can I force the vim -c execution to display without confirm --
> Plus-- message and avoid typing in order to have a selfrun?

Try adding

    -c "set nomore"

before any of the other -c arguments.

Regards,
Gary


-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to