* Christian Ebert on Friday, April 29, 2011 at 10:07:12 +0100
> * Benjamin Reed on Thursday, April 28, 2011 at 18:33:35 -0400
>> Actually, I think I figured it out.  Changing:
>> 
>> COMPREPLY=( $( compgen -W "${res}" -- "${ncur}" ) )
>> 
>> ...to:
>> 
>> COMPREPLY=( $( compgen -W "${res}" -- "${ncur}" | sed -e 's/ /\\ /g' ) )
>> 
>> seems to have fixed it.
>> 
>> I've put out a 1.3-2 that fixes it for me.
> 
> Works here as well. Thank you very much for taking care of this.

I'm back again, this time with: no completion for:

$ svn status --no-ignore

which used to work.

c
-- 
theatre - books - texts - movies
Black Trash Productions at home: http://www.blacktrash.org
Black Trash Productions on Facebook:
http://www.facebook.com/blacktrashproductions

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to