On 3/4/06, Hiroshi SAKURAI <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using fish-1.21.1 on NetBSD. > > I cannot grep on fish once I delete ~/.fishd.xxx. > It seems grep.fish should be fixed. >
Thanks for the report. Silly bug. Fix was already in the Darcs tree. I'll put out a new version shortly. > > Index: share/functions/grep.fish > =================================================================== > --- share/functions/grep.fish (revision 728) > +++ share/functions/grep.fish (working copy) > @@ -7,7 +7,7 @@ > set -gx GREP_COLOR '97;45' > end > if not set -q GREP_OPTIONS > - set -gx GREP_OPTIONS '97;45' > + set -gx GREP_OPTIONS '--color=auto' > end > end > > > -- > Hiroshi SAKURAI > http://vimrc.hp.infoseek.co.jp/ > > -- Axel ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
