aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Zhang <yang_zhang@iapcm.ac.cn>2018-12-31 13:45:53 +0800
committerYang Zhang <yang_zhang@iapcm.ac.cn>2018-12-31 13:45:53 +0800
commite29188e6ff686897c296246baee54641d076825f (patch)
tree93c044cb2476255567c95a6f7d966d76e0141927
parentd4fd895579096fb6c3cf7b43e3247b55eca6953e (diff)
downloadgit-bug-e29188e6ff686897c296246baee54641d076825f.tar.gz
Revert the changes on zsh_completion/git-bug
-rw-r--r--misc/zsh_completion/git-bug12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index 14ce5ba9..2deae548 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -17,12 +17,6 @@ case $state in
;;
level2)
case $words[2] in
- status)
- _arguments '2: :(close open)'
- ;;
- title)
- _arguments '2: :(edit)'
- ;;
bridge)
_arguments '2: :(configure pull rm)'
;;
@@ -32,6 +26,12 @@ case $state in
label)
_arguments '2: :(add rm)'
;;
+ status)
+ _arguments '2: :(close open)'
+ ;;
+ title)
+ _arguments '2: :(edit)'
+ ;;
*)
_arguments '*: :_files'
;;