Tuesday, December 29, 2009

Re: vim -c

On 29 déc, 17:42, Gary Johnson <garyj...@spocom.com> wrote:
> 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

Thank you Gary!

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

No comments: