diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-04 09:29:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-04 09:29:31 +0000 |
commit | 7eb4302868927de5e0392e22c98c24f64b0055e9 (patch) | |
tree | afd3744a755aa5569f8e732769ee535c134dca57 /Doc/Zsh | |
parent | ded1416ca15476d9c69c25ce61554c10c64d79d9 (diff) | |
download | zsh-7eb4302868927de5e0392e22c98c24f64b0055e9.tar.gz zsh-7eb4302868927de5e0392e22c98c24f64b0055e9.tar.xz zsh-7eb4302868927de5e0392e22c98c24f64b0055e9.zip |
24790: YODL items need closing parentheses on next line
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 45ae5e597..1a0cc2fda 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2055,7 +2055,8 @@ cindex(highlighting, special characters) item(tt(special))( Individual characters that have no direct printable representation but are shown in a special manner by the line editor. -These characters are described below.) +These characters are described below. +) enditem() The available types of highlighting are the following. Note that @@ -2092,14 +2093,16 @@ are highlighted: startitem() item(ASCII control characters)( Control characters in the ASCII range are shown as -`tt(^)' followed by the base character.) +`tt(^)' followed by the base character. +) item(Unprintable multibyte characters)( If the tt(MULTIBYTE) option is in effect, multibyte characters not in the ASCII character set that are reported as having zero width are shown as a hexadecimal number between angle brackets. The number is the code point of the character in the wide character set; this may or may not be Unicode, depending -on the operating system.) +on the operating system. +) enditem() If tt(zle_highlight) is not set or no value applies to a particular |