mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
unposted: remove RCS $Id$ comments.
This commit is contained in:
parent
b629acabcc
commit
f9e374d431
3 changed files with 6 additions and 32 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-06-12 Clint Adams <clint@zsh.org>
|
||||
|
||||
* unposted: Completion/Unix/Command/_pkg-config,
|
||||
Completion/Unix/Command/_unexpand: remove RCS $Id: ChangeLog,v 1.3546 2007/06/12 17:02:38 clint Exp $
|
||||
comments.
|
||||
|
||||
2007-06-12 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 23553: Src/params.c: use of unsubscripted array inside
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
#compdef pkg-config
|
||||
#
|
||||
# $Id: _pkg-config,v 1.1 2005/08/12 10:03:58 pws 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
|
||||
|
||||
: <<EMACS_LOCAL_VARIABLES
|
||||
Local Variables:
|
||||
mode: shell-script
|
||||
mode: flyspell-prog
|
||||
End:
|
||||
EMACS_LOCAL_VARIABLES
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
#compdef unexpand
|
||||
#
|
||||
# $Id: _unexpand,v 1.1 2005/07/11 03:34:35 barts 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 all tabs ret=1
|
||||
local -a args
|
||||
|
@ -33,10 +24,3 @@ fi
|
|||
_arguments "$args[@]" && ret=0
|
||||
|
||||
return ret
|
||||
|
||||
: <<EMACS_LOCAL_VARIABLES
|
||||
Local Variables:
|
||||
mode: shell-script
|
||||
mode: flyspell-prog
|
||||
End:
|
||||
EMACS_LOCAL_VARIABLES
|
||||
|
|
Loading…
Reference in a new issue