Update _git-changes to complete more branch names

This commit is contained in:
Kenneth Benzie 2018-10-23 17:46:53 +01:00
parent 9c4ee11ed9
commit 855fb9d1f4

View File

@ -1,6 +1,6 @@
#compdef git-changes
#description Compare changes on this branch with another.
_arguments '1: :__git_remote_branch_names_noprefix'
_arguments '1: :(`__git_branch_names` `__git_remote_branch_names` `__git_remote_branch_names_noprefix`)'
# vim: ft=zsh