1
0
Fork 0
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:
Fredric Silberberg 2019-01-27 16:42:26 -08:00 committed by Daniel Shahaf
parent fb744bb565
commit 4f6ac08af3
2 changed files with 6 additions and 1 deletions

View file

@ -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'
}