Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] _brace_parameter: Complete q+
- X-seq: zsh-workers 44001
- From: dana <dana@xxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: [PATCH] _brace_parameter: Complete q+
- Date: Mon, 21 Jan 2019 12:33:21 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=cnlY+LOcdnR8ZF/b/bwPBIWKAShroUt4ozfsH/y0R9E=; b=gKK24I/CBJC4mxWmNebHw2Mbc0q4Jng1PT6GvxX0BrH3RR7aWMhMhm7I2o646yRr1Z HqI+j00mhzZfsdnyq6D0VVLvJZj3cmSSpaMugMhYmwEAI2Anu100V3nPnpbb1dO6mMGn iPcndkcXMD56ySM8DiIR33KKrUzhamwjEXpF5QAetiF9+AvdKU84T8GyerNKEZoPG+lI RTwpFSCcJdxdQ2kvgL5Lz4Ceu2uE5/9sKeRe/dHwarOe/Efbdw0JIIa+VcSGBqefu1ok MFMiLpgixBdKV5hAO8ZVYwqJTdqiEpvyyDThcNbP2hSo/I5WxhETTz26ZA1sYozDlld+ fXYA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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