diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2f485247d..5f988fa85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-27 Mikael Magnusson <mikachu@gmail.com> + + * 28364: Doc/Zsh/zle.yo: Document that space left by wrapping + double-width characters is highlighted with the 'special' style. + 2011-05-27 Barton E. Schaefer <schaefer@zsh.org> * 29382: Src/Modules/curses.c: apply 29374 to zccmd_input too. @@ -14847,5 +14852,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5337 $ +* $Revision: 1.5338 $ ***************************************************** 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 |