diff options
author | Oliver Kiddle <opk@zsh.org> | 2015-07-23 05:30:36 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2015-07-23 05:36:27 +0200 |
commit | b4aff3bc52e15be87304183b3ae959668192b48c (patch) | |
tree | d8560e6f5d048386043f8471d48251fa4733b395 /Doc/Zsh | |
parent | a925d036fca112c159e45b5965fa856e4ce9be55 (diff) | |
download | zsh-b4aff3bc52e15be87304183b3ae959668192b48c.tar.gz zsh-b4aff3bc52e15be87304183b3ae959668192b48c.tar.xz zsh-b4aff3bc52e15be87304183b3ae959668192b48c.zip |
35824: allow highlighting of just pasted text and put text from bracketed paste in cut buffers
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index da8ee4721..ef73f4d55 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2510,6 +2510,9 @@ a directory name. Note that suffix removal is configurable; the circumstances under which the suffix will be removed may differ for different completions. ) +item(tt(paste))( +Following a command to paste text, the characters that were inserted. +) enditem() tt(zle_highlight) may contain additional fields for controlling how |