zsh-workers
 help / color / mirror / code / Atom feed
* Re: completion for gpg not working
       [not found] ` <AANLkTinhw4LA929ss55uqAmPTBzQphZtwyGBa13Q1993@mail.gmail.com>
@ 2011-03-16 14:30   ` Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2011-03-16 14:30 UTC (permalink / raw)
  To: zsh-workers

[>workers]

On Mar 16,  1:31pm, Mikael Magnusson wrote:
} Subject: Re: completion for gpg not working
}
}  case "$service" in
}    gpg)
} -    _arguments -C -s -S -A "-*" $gpgbasic $gpgextra $gpgv '*:args:->args'
} +    _arguments -C -s -S -A "-*" $gpgbasic $gpgextra $gpgv
} '*:args:->args' && ret=0
}      ;;

I was going to point out that it's sufficient to do

}    gpg-zip)
}      _arguments -C -s -S -A "-*" $gpgbasic $gpgzip '*:args:->args'
}      ;;
} -esac
} +esac && ret=0

rather than change every call to _arguments, but PWS has already beaten
me to committing the patch as-is.  No big deal.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-16 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20110315223435.GD2096@debian>
     [not found] ` <AANLkTinhw4LA929ss55uqAmPTBzQphZtwyGBa13Q1993@mail.gmail.com>
2011-03-16 14:30   ` completion for gpg not working Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).