aboutsummaryrefslogtreecommitdiffstats
path: root/misc/zsh_completion
diff options
context:
space:
mode:
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r--misc/zsh_completion/git-bug8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index 78f835ce..15b572be 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -17,8 +17,11 @@ case $state in
;;
level2)
case $words[2] in
+ title)
+ _arguments '2: :(edit)'
+ ;;
bridge)
- _arguments '2: :(configure)'
+ _arguments '2: :(configure rm)'
;;
comment)
_arguments '2: :(add)'
@@ -29,9 +32,6 @@ case $state in
status)
_arguments '2: :(close open)'
;;
- title)
- _arguments '2: :(edit)'
- ;;
*)
_arguments '*: :_files'
;;