Closed
Description
I recently upgraded zsh from 5.2-2 -> 5.3.1-1, in Arch Linux. After upgrading, history-incremental-pattern-search-backward
and history-incremental-pattern-search-forward
no longer work. That is, they show the most recent match, then failing bck-i-search: foo
, then one other match from eons ago, then it fails to find any more. Reverting to zsh 5.2-2 fixes this problem.
I use zim. When I disable zsh-syntax-highlighting
, pattern searching works again. I tried creating a new minimal zsh install, that did not source zim
at all. As soon as I directly source zsh-syntax-highlighting
, pattern searching breaks again. Unlike issue #387, I'm not using zsh-autocorrect
.