* PATCH: Update _brace_parameter # description
@ 2022-03-31 3:50 Matthew Martin
0 siblings, 0 replies; only message in thread
From: Matthew Martin @ 2022-03-31 3:50 UTC (permalink / raw)
To: zsh-workers; +Cc: leah
In users/26793 Leah pointed out the description for # in
_brace_parameter is somewhat lacking since it isn't clear the result of
the numeric expression is interpreted as a character code.
diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter
index d4b750c3d..e020e048a 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -140,7 +140,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
flags+=("m:count number of character code points in padding calculation")
fi
flags+=(
- "#:evaluate as numeric expression"
+ "#:interpret numeric expression as character code"
"@:prevent double-quoted joining of arrays"
"*:enable extended globs for pattern"
"A:assign as an array parameter"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-31 3:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 3:50 PATCH: Update _brace_parameter # description Matthew Martin
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).