Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
history-incremental-pattern-search-backward matches all lines ending with ]
- X-seq: zsh-workers 27437
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: history-incremental-pattern-search-backward matches all lines ending with ]
- Date: Sat, 28 Nov 2009 11:10:23 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=XOw0C6auvfl+mgjm1SI35QOD4YzGyPMTHBsc3/prwoI=; b=fVQYSeHbtkkunKgvkPqZ5ZgC2yaC/gio4+d3qcQf/Sl8l3VRZcA2fVmfTuTKBjXI6A WrvVSpZMq9te/71l/ZrIoh2MEgSYqXD/MyS4Ind2c3vhAlaUdfKmHE5eTduUYt3a4nOm gnq66uLv+Go6PBG6OlYdsxDxXims4+uxHBDKk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TNGTWQdVzyM/3GGf1Yu0+pmiysGTdL8cRZZt74Yl4WZCKV0NXwG6DNXIakX87wqtz0 4uy66X8etEGCPrf8MNNA66cscj6PqFsscxuYHEonnTLOcanBAUiUQQMlm6vKdaH9En7O 9Imh49A7nE64N0UW3L3Qwk2Uhpr1CKcGX4gR4=
- 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
I can't reproduce this with zsh -f (yes, I did bindkey '^r'
history-incremental-pattern-search-backward first) but I have a
feeling I'll forget about this if I don't send the mail :).
% echo bar\]
bar]
% echo foo
% <ctrl-r>
bck-i-search: foo
This now shows the 'echo foo' line, but pressing ctrl-r again goes to
the 'echo bar\]' line.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author