about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorFabian Klötzl <fabian@kloetzl.info>2017-07-13 11:19:14 +0200
committerOliver Kiddle <opk@zsh.org>2017-07-14 12:07:49 +0200
commit4a63a1793af5f3046af6a77db8aeeece523ebc61 (patch)
tree2f2b09ecd0dd02f8fe7c67b4c0435e539983c2bc /Etc
parent76a4a5ed3cc11d546897b69498905566326f3f26 (diff)
downloadzsh-4a63a1793af5f3046af6a77db8aeeece523ebc61.tar.gz
zsh-4a63a1793af5f3046af6a77db8aeeece523ebc61.tar.xz
zsh-4a63a1793af5f3046af6a77db8aeeece523ebc61.zip
41414: fix for commas used in exclusion lists
also missing escape for _gcc and --no-index option for git diff
Diffstat (limited to 'Etc')
-rw-r--r--Etc/completion-style-guide2
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/completion-style-guide b/Etc/completion-style-guide
index e91e92307..a6fc737a7 100644
--- a/Etc/completion-style-guide
+++ b/Etc/completion-style-guide
@@ -64,7 +64,7 @@ tells _wanted where to put options specifying the `directory' description.
 Where two matches have identical meaning, give them the same
 description so that the completion system can group them together.
 Conventionally a brace expansion of this form is used:
-  '(--context,-C)'{--context=,-C-}'[specify lines of context]:lines'
+  '(--context -C)'{--context=,-C-}'[specify lines of context]:lines'
 You won't need the exclusion list if the option can be specified
 multiple times. It can also be useful to use the same description for
 matches which are completely opposite in their meaning if it shortens