zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Document ${(!)refname}
@ 2023-06-22 21:39 Bart Schaefer
  2023-07-07  6:45 ` Jun T
  0 siblings, 1 reply; 4+ messages in thread
From: Bart Schaefer @ 2023-06-22 21:39 UTC (permalink / raw)
  To: Zsh hackers list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-11  1:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22 21:39 [PATCH] Document ${(!)refname} Bart Schaefer
2023-07-07  6:45 ` Jun T
2023-07-11  1:21   ` Bart Schaefer
2023-07-11  1:37     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).