From 3b1e0d035162c73addd215f3892e51eaa4cf67da Mon Sep 17 00:00:00 2001 From: Felix Rosencrantz Date: Mon, 12 Mar 2007 00:02:10 +0000 Subject: Fix for comm completion. --- ChangeLog | 5 +++++ Completion/Unix/Command/_comm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6aadca475..204e7e676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-10 Felix Rosencrantz + + * unposted: Completion/Unix/Command/_comm: added -s flag to + _arguments so completion could deal with combined flags. + 2007-03-08 Clint Adams * 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]' \ -- cgit 1.4.1