Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Completion/Unix/Commands/_bzr: added a support for cdiff command



Hello,

The current bzr completion command has a support for diff, dif and di
but not for cdiff (which I often use). This is the tiny patch:

-----
diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr
index 47083ca..83f6fd1 100644
--- a/Completion/Unix/Command/_bzr
+++ b/Completion/Unix/Command/_bzr
@@ -259,7 +259,7 @@ case $cmd in
 	)
     ;;
 
-(diff|dif|di)
+(diff|dif|di|cdiff)
     args+=(
 	'(-r --revision)'{--revision=,-r}'[revision]:revision:'
 	'--diff-options=[options to pass to gdiff]:diff options:'
-----

PS: thanks to all for this great project!

Attachment: signature.asc
Description: This is a digitally signed message part



Messages sorted by: Reverse Date, Date, Thread, Author