[Vimoutliner] Fwd: vimoutliner patch

Peter Princz princzp at gmail.com
Thu Aug 31 05:04:42 EDT 2006


On 31/08/06, Peter Princz <princzp at gmail.com> wrote:
> On 31/08/06, Steve Litt <slitt at troubleshooters.com> wrote:
> > Hi all,
> >
> > I just got this. I don't understand what a quiet execution is, or how it
> > differs from normal executable lines. Any ideas?
> >
> > SteveT
> >
> > ----------  Forwarded Message  ----------
> >
> > Subject: vimoutliner patch
> > Date: Wednesday 30 August 2006 08:05 pm
> > From: Brian Lewis <bsl04 at uark.edu>
> > To: slitt at troubleshooters.com
> >
> > I submitted something like this a long time ago, but it didn't get
> > accepted. It adds _exeq_ (quiet execution) support.
>
> ...

> Hi Steve,
>
> I got it.
> It prepends :silent before the !, when recognises the _exeq_ token
> instead of _exe_.
>
> This is the key:
> original: let command="!".command
> patch:  let command="silent !".command
>
> Consult  :help :silent to see what exactly it does.
> Makes sense on Windows at least when you don't want windows to bubble
> up just to be closed. :)
>
> Have a nice day,
>   Peter
>

Steve and list,

I just applied the patch (had to do it by hand, because I already did
some tinkering on the file), and it works fine. Now I have _exe_ and
_exeq_.

To Brian, the OP: good idea, thank you!

Have a nice day,
  Peter

-- 
Keep cool. Develop in total darkness.


More information about the VimOutliner mailing list