Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Subversion tab completion module
- X-seq: zsh-users 9856
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Subversion tab completion module
- Date: Fri, 27 Jan 2006 01:21:09 +0100
- In-reply-to: <20060126091852.GB6236@localdomain>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060126091852.GB6236@localdomain>
On 2006-01-26 03:18:52 -0600, Andrew Ruder wrote:
> I'm sure if there is anybody using subversion out there you'll find it
> very handy, I know I have. Get back to me if you find any bugs. :)
As I said in the subversion users mailing-list:
There's a _subversion file distributed with zsh. Didn't you use this one?
For instance, your file contains in _svn_status:
local pat="${1:-([ADMR]|?M)}"
The one distributed in zsh contains the correct pattern:
local pat="${1:-([ADMR~]|?M)}"
( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330307 )
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author