From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9530 invoked by alias); 24 Jul 2013 14:58:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31572 Received: (qmail 11117 invoked from network); 24 Jul 2013 14:58:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.215.181 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=0ZDY1b0CteLbo2EZSl6zcYOCwqT318TMwpt75wke2aY=; b=xOjDAYwpbHLDWgx9cf2Ul4h4BDSlk/TK3mp1xbC6LODJNXwmN5U1VwQ5hAzlbHJglx F/JWlat/luqqVSmGeUYgy6uy8vcneq7JbrCgzeB/+9fYJFIAngc+hXp8IrfdVHrJu2X4 Lf4xwPFYIdqH+l5qtql7xfLNIvZTos1PY2sxY5wQ02Jvo47lqXmVM2WSW8VcOvZzV6ao m1F3IIb1Ztltk7KxVpfM0NFN8XghOqe8cnn7RoV5UDtbpu5BuJkDbRRRoxiIv51T6XQ8 uniIcxWtXHJbNP04lZObLrwyjIQgDvbQ0kyJZDshwFKkdMMAWoRqEZDgGP4MAen/3hXS PW6w== X-Received: by 10.15.35.129 with SMTP id g1mr38260263eev.2.1374677914174; Wed, 24 Jul 2013 07:58:34 -0700 (PDT) From: Richard Hartmann To: zsh-workers@zsh.org, ansgar@debian.org Cc: Richard Hartmann Subject: [PATCH] Completion/Debian/Command/_linda: Deleted Date: Wed, 24 Jul 2013 16:58:08 +0200 Message-Id: <1374677888-11364-1-git-send-email-richih.mailinglist@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <51CC680A.1050009@debian.org> References: <51CC680A.1050009@debian.org> See zsh-workers/31496 --- Completion/Debian/Command/_linda | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Completion/Debian/Command/_linda diff --git a/Completion/Debian/Command/_linda b/Completion/Debian/Command/_linda deleted file mode 100644 index 12ca72f..0000000 --- a/Completion/Debian/Command/_linda +++ /dev/null @@ -1,26 +0,0 @@ -#compdef linda - -_arguments \ - '(-c --config)'{-c,--config=}':config file:_files' \ - '(-C --checks)'{-C,--checks=}':check regexes:' \ - '(-d --debug)*'{-d,--debug}'[debug]' \ - '(-D --disable-local)*'{-D,--disable-local}'[disable registration of local checks]' \ - '(-f --format)'{-f,--format=}':output format:(branden long lintian figlet)' \ - '(-h --help)'{-h,--help}'[help]' \ - '(-i --info)'{-i,--info}'[info]' \ - '(-l --lab)'{-l,--lab=}':lab root:_files -/' \ - '(-L --list-checks)'{-L,--list-checks=}':list checks:' \ - '(-m --more-overrides)'{-m,--more-overrides=}':more overrides:' \ - '(-n --no-cull)'{-n,--no-cull}'[do not delete lab after completion]' \ - '(-o --show-overridden)'{-o,--show-overridden}'[display errors that are overridden]' \ - '(-p --print-overrides)'{-p,--print-overrides}'[print parsed overrides]' \ - '(-P --profiling)'{-P,--profiling}'[print profiling stats]' \ - '(-q --quiet)'{-q,--quiet}'[quiet]' \ - '(-s --show-tag)'{-s,--show-tag}'[print tag along with errors]' \ - '(-S --seteuid)'{-S,--seteuid}'[do not seteuid to nobody]' \ - '(-t --types)'{-t,--types=}':types string:_values -s , "types" Error Warning eXperimental Informational' \ - '(-T --traceback)'{-T,--traceback}'[show a traceback from any exception]' \ - '(-U --unpack)'{-U,--unpack}':unpack level:' \ - '(-v --verbose)'{-v,--verbose}'[verbose]' \ - '(-V --version)'{-V,--version}'[version]' \ - ':package:_files -g "*.(changes|u#deb|dsc)(-.)"' -- 1.7.10.4