diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-27 14:29:02 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-27 14:29:02 +0000 |
commit | 2b2ad86b137b2fbcd5fe8456fb128607bbe3c7e6 (patch) | |
tree | dd7683275adf8262cad5422442f3548539a24bb0 /Doc/Zsh | |
parent | 8a6222a3721badeace3cff76cc02274251d7e0c9 (diff) | |
download | zsh-2b2ad86b137b2fbcd5fe8456fb128607bbe3c7e6.tar.gz zsh-2b2ad86b137b2fbcd5fe8456fb128607bbe3c7e6.tar.xz zsh-2b2ad86b137b2fbcd5fe8456fb128607bbe3c7e6.zip |
28364: document another special highlight
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 857e8c693..5f4d639d3 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2351,6 +2351,11 @@ Not all systems support this: for it to work, the system's representation of wide characters must be code values from the Universal Character Set, as defined by IS0 10646 (also known as Unicode). ) +item(Wrapped double-width characters)( +When a double-width character appears in the final column of a line, it +is instead shown on the next line. The empty space left in the original +position is highlighted as a special character. +) enditem() If tt(zle_highlight) is not set or no value applies to a particular |