diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 18:19:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 18:19:14 +0000 |
commit | 74e5fcee384467e74983a3077bad97974477e877 (patch) | |
tree | 00664bc467a0cabc140351f20f92e8a8b24ce2d4 /Doc/Zsh | |
parent | dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4 (diff) | |
download | zsh-74e5fcee384467e74983a3077bad97974477e877.tar.gz zsh-74e5fcee384467e74983a3077bad97974477e877.tar.xz zsh-74e5fcee384467e74983a3077bad97974477e877.zip |
24953: "default" zle_highlight; fix allocation bug in colour sequences
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 4 |
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. |