From a76c6def15b4a85729219da0899b3ef6ada48c29 Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 21 Jan 2019 15:17:57 -0600 Subject: 44001: _brace_parameter: Complete (q+) --- Completion/Zsh/Context/_brace_parameter | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Zsh') 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" ) ;; -- cgit 1.4.1