summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_comm2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aadca475..204e7e676 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-10 Felix Rosencrantz <f.rosencrantz@gmail.com>
+
+ * unposted: Completion/Unix/Command/_comm: added -s flag to
+ _arguments so completion could deal with combined flags.
+
2007-03-08 Clint Adams <clint@zsh.org>
* 23206: Completion/Unix/Commands/_mercurial: completion for hg.
diff --git a/Completion/Unix/Command/_comm b/Completion/Unix/Command/_comm
index 30ca49911..c55378420 100644
--- a/Completion/Unix/Command/_comm
+++ b/Completion/Unix/Command/_comm
@@ -1,6 +1,6 @@
#compdef comm
-_arguments \
+_arguments -s \
'-1[suppress lines unique to FILE1]' \
'-2[suppress lines unique to FILE2]' \
'-3[suppress lines that appear in both files]' \