Skip to content

Commit 5b37dea

Browse files
committed
Update README.md
1 parent 39a6c47 commit 5b37dea

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,10 @@ syntax highlighting.
4646

4747
### Does syntax highlighting work during incremental history search?
4848

49-
Yes!
49+
Highlighting the command line during an incremental history search (by default bound to
50+
to <kbd>Ctrl+R</kbd> in zsh's emacs keymap) requires zsh 5.3.2 or newer.
5051

51-
If you're using `history-incremental-search-backward` (by default bound to <kbd>Ctrl+R</kbd>
52-
in zsh's emacs keymap) then it works with _zsh version 5.3 and newer_.
53-
54-
If you're using `history-incremental-pattern-search-backward`, then syntax highlighting works
55-
in _zsh 5.3.2 and newer_ due to [a bug in zsh](http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=40285).
56-
57-
Under zsh 5.2 and older, the zsh-default [underlining][zshzle-Character-Highlighting]
52+
Under zsh 5.3.1 and older, the zsh-default [underlining][zshzle-Character-Highlighting]
5853
of the matched portion of the buffer remains available, but zsh-syntax-highlighting's
5954
additional highlighting is unavailable. (Those versions of zsh do not provide
6055
enough information to allow computing the highlighting correctly.)

0 commit comments

Comments
 (0)