mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
23862: declare author_conversion_file_arg_spec local.
This commit is contained in:
parent
0e62de36b4
commit
1874c548ed
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-09-30 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 23862: Completion/Unix/Command/_git: declare
|
||||
author_conversion_file_arg_spec local.
|
||||
|
||||
2007-09-29 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 23860: Completion/Debian/Command/_dpatch-edit-patch: complete
|
||||
|
|
|
@ -107,7 +107,7 @@ tags_fetch_arg=(
|
|||
'(--no-tags -t --tags)'{-t,--tags}'[fetch remote tags]'
|
||||
)
|
||||
|
||||
|
||||
local author_conversion_file_arg_spec
|
||||
author_conversion_file_arg_spec='[specify author-conversion file]:author-conversion file:_files'
|
||||
|
||||
declare -g author_conversion_file_arg=
|
||||
|
|
Loading…
Reference in a new issue