diff options
-rw-r--r-- | Doc/Zsh/zle.yo | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 5e375d7cc..fbe3397d6 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -809,12 +809,10 @@ whitespace.) list(An end offset in the same units as tt(CURSOR), terminated by whitespace.) list(A highlight specification in the same format as -used for the contexts tt(region) or tt(special) -in the parameter tt(zle_highlight), +used for contexts in the parameter tt(zle_highlight), ifnzman(noderef(Character Highlighting))\ -ifzman(see Character Highlighting below). -Hence this should be a comma-separated list of any of the -words tt(bold), tt(standout) or tt(underline). +ifzman(see Character Highlighting below); +for example, tt(standout) or tt(fg=red,bold)). endlist() For example, @@ -830,7 +828,6 @@ keep the highlighting effect synchronised with the line as it is edited; hence region highlighting is best limited to static effects within user widgets. ) -) vindex(WIDGET) item(tt(WIDGET) (scalar))( The name of the widget currently being executed; read-only. |