Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
HIST_IGNORE_DUPS ignores lines which differ by a different number of spaces
- X-seq: zsh-workers 31266
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: HIST_IGNORE_DUPS ignores lines which differ by a different number of spaces
- Date: Tue, 16 Apr 2013 19:05:18 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
I can see the following bug with zsh 5.0.2 under Debian
(zsh/experimental Debian package). Consider:
% setopt HIST_IGNORE_DUPS
% echo " "
% echo " "
If I type the up arrow, I get
echo " "
as expected, but if I type the up arrow a second time, I get
setopt HIST_IGNORE_DUPS
instead of
echo " "
and:
% history
1 setopt HIST_IGNORE_DUPS
2 echo " "
Reported on the Debian BTS:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705555
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author