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

Re: Subversion tab completion module



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