File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,18 @@ syntax highlighting.
47
47
### Does syntax highlighting work during incremental history search?
48
48
49
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.
50
+ to <kbd >Ctrl+R</kbd > in zsh's emacs keymap) requires zsh 5.4 or newer.
51
51
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 ]
53
53
of the matched portion of the buffer remains available, but zsh-syntax-highlighting's
54
54
additional highlighting is unavailable. (Those versions of zsh do not provide
55
55
enough information to allow computing the highlighting correctly.)
56
56
57
- See [ issue #288 ] [ i288 ] for details.
57
+ See issues [ #288 ] [ i288 ] and [ # 415 ] [ i415 ] for details.
58
58
59
59
[ zshzle-Character-Highlighting ] : http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
60
60
[ i288 ] : https://github.com/zsh-users/zsh-syntax-highlighting/pull/288
61
+ [ i415 ] : https://github.com/zsh-users/zsh-syntax-highlighting/pull/415
61
62
62
63
### How are new releases announced?
63
64
You can’t perform that action at this time.
0 commit comments