Skip to content

Commit 8bcf472

Browse files
committed
README: Fix FAQ entry about isearch highlighting
Fixes zsh-users#423
1 parent 5b37dea commit 8bcf472

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,18 @@ syntax highlighting.
4747
### Does syntax highlighting work during incremental history search?
4848

4949
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.
50+
to <kbd>Ctrl+R</kbd> in zsh's emacs keymap) requires zsh 5.4 or newer.
5151

52-
Under zsh 5.3.1 and older, the zsh-default [underlining][zshzle-Character-Highlighting]
52+
Under version older than 5.4, the zsh-default [underlining][zshzle-Character-Highlighting]
5353
of the matched portion of the buffer remains available, but zsh-syntax-highlighting's
5454
additional highlighting is unavailable. (Those versions of zsh do not provide
5555
enough information to allow computing the highlighting correctly.)
5656

57-
See [issue #288][i288] for details.
57+
See issues [#288][i288] and [#415][i415] for details.
5858

5959
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
6060
[i288]: https://github.com/zsh-users/zsh-syntax-highlighting/pull/288
61+
[i415]: https://github.com/zsh-users/zsh-syntax-highlighting/pull/415
6162

6263
### How are new releases announced?
6364

0 commit comments

Comments
 (0)