Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] improved git completion



On Mon, Jan 28, 2008 at 10:45:50AM +0100, Nikolai Weibull wrote:
> On Jan 24, 2008 7:47 PM, Dominik Vogt <dominik.vogt@xxxxxx> wrote:
> 
> > 0002*
> >
> > Also replaces $* with $@ in some places
> 
> Why?

It should have been "$@", not just $@, sorry.

The reason is that $*, $@ or "$*" don't handle whitespace in the
arguments.  Only "$@" keeps the original tokens.

Ciao

Dominik ^_^  ^_^

-- 
Dominik Vogt



Messages sorted by: Reverse Date, Date, Thread, Author