Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Document ${(!)refname}
- X-seq: zsh-workers 51888
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: [PATCH] Document ${(!)refname}
- Date: Thu, 22 Jun 2023 14:39:50 -0700
- Archived-at: <https://zsh.org/workers/51888>
- List-id: <zsh-workers.zsh.org>
This documents workers/51509.
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 7bc736470..418139424 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -987,6 +987,11 @@ means the same thing as the more readable
`(tt(%%qqq))'. The
following flags are supported:
startitem()
+item(tt(!))(
+When the parameter being expanded is a named reference, the reference
+string is substituted and thus the reference is em(not) resolved. In
+ksh emulation, the parens around this flag are optional.
+)
item(tt(#))(
Evaluate the resulting words as numeric expressions and interpret
these as character codes. Output the corresponding characters. Note
Messages sorted by:
Reverse Date,
Date,
Thread,
Author