On Wed, Dec 2, 2009 at 12:26 PM, Ben Hoskings <[email protected]> wrote:
> Yeah I can't stand that. I'm all for neatness but replacing 2> with ^ is a > perfect example of a change for change's sake, I think. And it breaks the > usage in git which makes it worse. > > I reckon I'll probably change it back in my fork. :) > Lachie and I fixed this on the weekend—the ^ character behaves normally again on my fork by default. (As has been mentioned, fish has always supported standard 2> redirection, so all we had to do was preprocess away the special treatment of ^ by default.) If you want the original fish behaviour, you can uncomment this in include/config.h: /* #define REDIRECT_STDERR_WITH_CARET 1 */ Lachie's commits also update the completions and functions to use standard redirects, so they work on both the original fish and my fork. Cheers dude :) http://github.com/benhoskings/fish/commit/5e26642178b36c922ea2b7946135674ffc3ac102 -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
