1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00

35896: index zle_highlight

This commit is contained in:
Barton E. Schaefer 2015-07-24 17:06:22 -07:00
parent 84495e3415
commit f3130bf6e9
3 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2015-07-24 Barton E. Schaefer <schaefer@zsh.org> 2015-07-24 Barton E. Schaefer <schaefer@zsh.org>
* 35896: Doc/Zsh/params.yo, Doc/Zsh/zle.yo: index zle_highlight
* 35882: Src/Zle/iwidgets.list: read-command has ZLE_NOTCOMMAND * 35882: Src/Zle/iwidgets.list: read-command has ZLE_NOTCOMMAND
2015-07-24 Daniel Shahaf <d.s@daniel.shahaf.name> 2015-07-24 Daniel Shahaf <d.s@daniel.shahaf.name>

View file

@ -1659,6 +1659,12 @@ enable bracketed paste when ZLE is active and disable it at other times.
Unsetting the parameter has the effect of ensuring that bracketed paste Unsetting the parameter has the effect of ensuring that bracketed paste
remains disabled. remains disabled.
) )
vindex(zle_highlight)
item(tt(zle_highlight))(
An array describing contexts in which ZLE should highlight the input text.
See ifzman(em(Character Highlighting) in zmanref(zshzle))\
ifnzman(noderef(Character Highlighting)).
)
vindex(ZLE_LINE_ABORTED) vindex(ZLE_LINE_ABORTED)
item(tt(ZLE_LINE_ABORTED))( item(tt(ZLE_LINE_ABORTED))(
This parameter is set by the line editor when an error occurs. It This parameter is set by the line editor when an error occurs. It

View file

@ -29,6 +29,7 @@ line editor. See
ifzman(em(Parameters Used By The Shell) in zmanref(zshparam))\ ifzman(em(Parameters Used By The Shell) in zmanref(zshparam))\
ifnzman(noderef(Parameters Used By The Shell)). ifnzman(noderef(Parameters Used By The Shell)).
vindex(zle_highlight, use of)
The parameter tt(zle_highlight) is also used by the line editor; see The parameter tt(zle_highlight) is also used by the line editor; see
ifzman(em(Character Highlighting) below)\ ifzman(em(Character Highlighting) below)\
ifnzman(noderef(Character Highlighting)). Highlighting ifnzman(noderef(Character Highlighting)). Highlighting
@ -2457,6 +2458,7 @@ enditem()
texinode(Character Highlighting)()(Zle Widgets)(Zsh Line Editor) texinode(Character Highlighting)()(Zle Widgets)(Zsh Line Editor)
sect(Character Highlighting) sect(Character Highlighting)
vindex(zle_highlight, setting)
The line editor has the ability to highlight characters or regions The line editor has the ability to highlight characters or regions
of the line that have a particular significance. This is controlled of the line that have a particular significance. This is controlled
by the array parameter tt(zle_highlight), if it has been set by the user. by the array parameter tt(zle_highlight), if it has been set by the user.