Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bug in sed completion
- X-seq: zsh-workers 21991
- From: Marc Chantreux <marc.chantreux@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: bug in sed completion
- Date: Wed, 9 Nov 2005 23:05:54 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi all,
I've discovered a bug in the sed -i completion :
% sed -i <tab>
suffix for backup
sed script
that's right ... but :
% sed -i 's/x//' <tab>
sed script
wrong ! sed script already written, it's time to give sed filenames.
I'm sorry to not submit a patch but i'm still not skilled with
completion.
regards
mc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author