File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,10 @@ syntax highlighting.
46
46
47
47
### Does syntax highlighting work during incremental history search?
48
48
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.
50
51
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 ]
58
53
of the matched portion of the buffer remains available, but zsh-syntax-highlighting's
59
54
additional highlighting is unavailable. (Those versions of zsh do not provide
60
55
enough information to allow computing the highlighting correctly.)
You can’t perform that action at this time.
0 commit comments