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

Bug: Searching through sufficiently large $historywords causes seg fault



However, this does not happen when searching through a normal array of
the same size:

% tmp=( {1..99999} )
% : $tmp[(r)foo]
% print -S "$tmp"
% : $historywords[(r)foo]
zsh: segmentation fault




Messages sorted by: Reverse Date, Date, Thread, Author