From f42d15278dbdfa185b24e17f228be0c8c59a9c44 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 1 Nov 2005 18:04:24 +0000 Subject: 21967: add ${(#)...} substitution --- Doc/Zsh/expn.yo | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 60c74cab1..c05796a94 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -632,6 +632,11 @@ means the same thing as the more readable `(tt(%%qqq))'. The following flags are supported: startitem() +item(tt(#))( +Evaluate the resulting words as numeric expressions and output the +characters corresponding to the resulting integer. Note that this form is +entirely distinct from use of the tt(#) without parentheses. +) item(tt(%))( Expand all tt(%) escapes in the resulting words in the same way as in in prompts (see noderef(Prompt Expansion)). If this flag is given twice, -- cgit 1.4.1