Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion bug after assignment,unset
- X-seq: zsh-workers 35852
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Completion bug after assignment,unset
- Date: Wed, 22 Jul 2015 11:50:47 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=47A hJaLat/LsIhaTabi6undJ4ok=; b=IdO5mBTUqkWRKYFr1PGamfUppS7JLWOWRfl uowek31MY79vJ8NpHO2SKqKAmdQ9Jk7GrmMDAm1W4HeuFS96Rh72aAEboPKe+9Qc lH6KVsBZ8XNaO+F+w9HiJ9JxDrNcu32yWP9hbLDKqRqhzb9C7gRg8K/k1VJJIXF5 DyNMriFg=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=47 AhJaLat/LsIhaTabi6undJ4ok=; b=MrWeyLkB+UCdkuZzdUnb+MT2yYOSoalq24 QQGQKphh2sLyjOiFVo43TtI1uYK6ebRs7Htfgl30Be5jZfLtmfwn4uKFGKKJ+SuN aaKmb16TRNXxPsbFON+2zqKDW6QfDdlGHSF5IYA30SbpKYZoY9DuJT+Ts9KCZ1XC +JbdytA4w=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
The following:
zsh -f
autoload compinit && compinit
RPS2=$PS2; unset PS2 ; setopt <TAB>
completes files rather than options.
(Reproduced by llua on IRC.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author