zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _brace_parameter: Complete q+
@ 2019-01-21 18:33 dana
  0 siblings, 0 replies; only message in thread
From: dana @ 2019-01-21 18:33 UTC (permalink / raw)
  To: Zsh workers

Quickly: Someone on IRC noticed that (q+) was missing completion.

Not sure about the wording, but it's the best i could think of without being
too verbose

dana


diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter
index 5b70ab0ca..a9ab44efd 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -119,6 +119,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
     flags+=(
       "q:quote with single quotes"
       "-:quote minimally for readability"
+      "+:quote like q-, plus \$'...' for unprintable characters"
     )
     ;;
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-21 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 18:33 [PATCH] _brace_parameter: Complete q+ dana

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).