mirror of
https://github.com/tj/git-extras.git
synced 2026-09-14 01:16:31 -04:00
remove incorrect completion
This commit is contained in:
parent
c386733efd
commit
c56b61d2bd
|
|
@ -257,16 +257,6 @@ _git-ignore() {
|
|||
}
|
||||
|
||||
|
||||
_git-ignore() {
|
||||
_arguments -C \
|
||||
'(--append -a)'{--append,-a}'[append .gitignore]' \
|
||||
'(--replace -r)'{--replace,-r}'[replace .gitignore]' \
|
||||
'(--list-in-table -l)'{--list-in-table,-l}'[print available types in table format]' \
|
||||
'(--list-alphabetically -L)'{--list-alphabetically,-L}'[print available types in alphabetical order]' \
|
||||
'(--search -s)'{--search,-s}'[search word in available types]'
|
||||
}
|
||||
|
||||
|
||||
_git-info() {
|
||||
_arguments -C \
|
||||
'(--color -c)'{--color,-c}'[use color for information titles]' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue