mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
github #32: Fix a typo in the git tag completion.
This commit is contained in:
parent
fb744bb565
commit
4f6ac08af3
2 changed files with 6 additions and 1 deletions
|
@ -2049,7 +2049,7 @@ _git-tag () {
|
|||
'(-i --ignore-case)'{-i,--ignore-case}'[sorting and filtering are case-insensitive]' \
|
||||
':: :_guard "^-*" pattern' \
|
||||
- verification \
|
||||
'(-v --verify)'{-v,--verify}'[verify gpg signutare of tags]' \
|
||||
'(-v --verify)'{-v,--verify}'[verify gpg signature of tags]' \
|
||||
'*:: :__git_ignore_line_inside_arguments __git_tags'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue