README: Add a reference to upstream's documentation.
This commit is contained in:
parent
b7bb4f8657
commit
d1e0defceb
|
@ -39,13 +39,14 @@ Highlighting the command line during an incremental history search
|
||||||
bound by default to <kbd>Ctrl+R</kbd> in zsh's emacs keymap) requires zsh 5.3
|
bound by default to <kbd>Ctrl+R</kbd> in zsh's emacs keymap) requires zsh 5.3
|
||||||
or newer.
|
or newer.
|
||||||
|
|
||||||
Under zsh 5.2 and older, the zsh-default underlining of the matched portion
|
Under zsh 5.2 and older, the zsh-default [underlining][zshzle-Character-Highlighting] of the matched portion
|
||||||
of the buffer remains available, but zsh-syntax-highlighting's additional
|
of the buffer remains available, but zsh-syntax-highlighting's additional
|
||||||
highlighting is unavailable. (Those versions of zsh do not provide enough
|
highlighting is unavailable. (Those versions of zsh do not provide enough
|
||||||
information to allow computing the highlighting correctly.)
|
information to allow computing the highlighting correctly.)
|
||||||
|
|
||||||
See [issue #288][i288] for details.
|
See [issue #288][i288] for details.
|
||||||
|
|
||||||
|
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
|
||||||
[i288]: https://github.com/zsh-users/zsh-syntax-highlighting/pull/288
|
[i288]: https://github.com/zsh-users/zsh-syntax-highlighting/pull/288
|
||||||
|
|
||||||
### How are new releases announced?
|
### How are new releases announced?
|
||||||
|
|
Loading…
Reference in New Issue