mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
21416: cope with an equals sign after gpg --keyring.
This commit is contained in:
parent
b334c31e18
commit
aa75b34156
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-10 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 21416: Completion/Unix/Command/_gpg: cope with an equals
|
||||
sign after --keyring.
|
||||
|
||||
2005-07-08 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/9059: Nikolai Weibull: Completion/Unix/Command/_vim:
|
||||
|
|
|
@ -86,7 +86,7 @@ _arguments -C -s -S -A "-*" \
|
|||
--show-photos --no-show-photos '--photo-viewer:command:_command_names -e'\
|
||||
--exec-path:path:_dir_list' \
|
||||
--show-keyring[display keyring name when listing keys]' \
|
||||
'--keyring[add specified file to list of keyrings]:file:_files' \
|
||||
'--keyring=[add specified file to list of keyrings]:file:_files' \
|
||||
'--secret-keyring[add specified file to list of secret keyrings]:file:_files' \
|
||||
--homedir:directory:_directories \
|
||||
'--charset:character set:(iso-8859-1 iso-8859-2 koi8-r utf-8)' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue