From f5dd669af8e1513a488f19450fd111bab410c9b3 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Mon, 19 Nov 2007 00:25:40 +0000 Subject: Merge of unposted: remove RCS Id comments. --- Completion/Unix/Command/_pkg-config | 16 ---------------- Completion/Unix/Command/_unexpand | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/Completion/Unix/Command/_pkg-config b/Completion/Unix/Command/_pkg-config index 1de260e64..48b788a1b 100644 --- a/Completion/Unix/Command/_pkg-config +++ b/Completion/Unix/Command/_pkg-config @@ -1,13 +1,4 @@ #compdef pkg-config -# -# $Id: _pkg-config,v 1.1.2.2 2007/06/11 03:25:29 packersv Exp $ -# -# Copyright (C) 2005 Travis L. Spencer -# ALL RIGHTS RESERVED -# -# See the file LICENCE in the root of the zsh distribution for -# licensing information. -# local arguments packages curcontext="$curcontext" stat line declare -A opt_args @@ -48,10 +39,3 @@ if [[ -n $state ]] ; then packages=( ${(f)"$((pkg-config --list-all | cut -d' ' -f1) 2>/dev/null)"} ) compadd -a - packages fi - -: <