summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gitfast/_git2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gitfast/_git b/plugins/gitfast/_git
index 46d10d6f9..6ca63ed87 100644
--- a/plugins/gitfast/_git
+++ b/plugins/gitfast/_git
@@ -275,6 +275,8 @@ _git ()
emulate ksh -c __${service}_main
elif (( $+functions[_${service}] )); then
emulate ksh -c _${service}
+ elif (( $+functions[_${service//-/_}] )); then
+ emulate ksh -c _${service//-/_}
fi
let _ret && _default && _ret=0