Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] _brace_parameter: Complete q+



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"
     )
     ;;
 



Messages sorted by: Reverse Date, Date, Thread, Author