summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-06 18:19:14 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-06 18:19:14 +0000
commit74e5fcee384467e74983a3077bad97974477e877 (patch)
tree00664bc467a0cabc140351f20f92e8a8b24ce2d4 /Doc
parent24951: implement ZLS_COLORS ln=target (diff)
downloadzsh-74e5fcee384467e74983a3077bad97974477e877.tar
zsh-74e5fcee384467e74983a3077bad97974477e877.tar.gz
zsh-74e5fcee384467e74983a3077bad97974477e877.tar.bz2
zsh-74e5fcee384467e74983a3077bad97974477e877.tar.lz
zsh-74e5fcee384467e74983a3077bad97974477e877.tar.xz
zsh-74e5fcee384467e74983a3077bad97974477e877.tar.zst
zsh-74e5fcee384467e74983a3077bad97974477e877.zip
24953: "default" zle_highlight; fix allocation bug in colour sequences
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/zle.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index f8435c175..8f0751577 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2097,6 +2097,10 @@ The contexts available for highlighting are the following:
startitem()
cindex(region, highlighting)
cindex(highlighting, region)
+item(tt(default))(
+Any text within the command line not affected by any other highlighting.
+Text outside the editable area of the command line is not affected.
+)
item(tt(isearch))(
When one of the incremental history search widgets is active, the
area of the command line matched by the search string or pattern.