gitfast: update to upstream v2.4

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2016-05-18 03:07:09 -05:00
parent 0b5d18a247
commit 169cd8b6ca
3 changed files with 129 additions and 42 deletions

View File

@@ -104,6 +104,7 @@ __git_zsh_bash_func ()
local expansion=$(__git_aliased_command "$command")
if [ -n "$expansion" ]; then
words[1]=$expansion
completion_func="_git_${expansion//-/_}"
declare -f $completion_func >/dev/null && $completion_func
fi