Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

history-incremental-pattern-search-backward matches all lines ending with ]



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