[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ZSH Subversion tab completion module

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2006-01-27 01:09:27 CET

On 2006-01-26 03:22:39 -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. :)

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_at_vinc17.org> - 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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 27 01:10:32 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.