about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index b8b9b8c9c..8fabe4b4c 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -312,6 +312,8 @@ sitem(tt(\t))(horizontal tab)
 sitem(tt(\v))(vertical tab)
 sitem(tt(\)var(NNN))(character code in octal)
 sitem(tt(\x)var(NN))(character code in hexadecimal)
+sitem(tt(\u)var(NNNN))(unicode character code in hexadecimal)
+sitem(tt(\U)var(NNNNNNNN))(unicode character code in hexadecimal)
 sitem(tt(\M)[tt(-)]var(X))(character with meta bit set)
 sitem(tt(\C)[tt(-)]var(X))(control character)
 sitem(tt(^)var(X))(control character)