about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-07 15:50:26 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-11 21:49:39 +0000
commitc76f4f96a65c7bfbba2183c422a1fb567069981f (patch)
treee8b1a1abdb5518fc52fc049ebc416df4b3cc2d08 /Doc/Zsh/zle.yo
parentd37b59fe0969a619f049dee081b15af696070009 (diff)
downloadzsh-c76f4f96a65c7bfbba2183c422a1fb567069981f.tar.gz
zsh-c76f4f96a65c7bfbba2183c422a1fb567069981f.tar.xz
zsh-c76f4f96a65c7bfbba2183c422a1fb567069981f.zip
36443: Set zle_highlight=(paste:standout) by default.
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 2c539c460..71a7af0d7 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2679,7 +2679,7 @@ If tt(zle_highlight) is not set or no value applies to a particular
 context, the defaults applied are equivalent to
 
 example(zle_highlight=LPAR()region:standout special:standout
-suffix:bold isearch:underline+RPAR())
+suffix:bold isearch:underline paste:standout+RPAR())
 
 i.e. both the region and special characters are shown in standout mode.