diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2016-05-18 03:07:09 -0500 |
---|---|---|
committer | Felipe Contreras <felipe.contreras@gmail.com> | 2016-05-18 03:07:09 -0500 |
commit | 169cd8b6ca803721071795c6a207aa97265c8528 (patch) | |
tree | e80e36f96c8512afe69cd4e83dbd5aa454a0bc4e /plugins/gitfast/_git | |
parent | 0b5d18a247c440891251f9a80e7301b42c0dc981 (diff) | |
download | zsh-169cd8b6ca803721071795c6a207aa97265c8528.tar.gz zsh-169cd8b6ca803721071795c6a207aa97265c8528.tar.bz2 zsh-169cd8b6ca803721071795c6a207aa97265c8528.zip |
gitfast: update to upstream v2.4
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'plugins/gitfast/_git')
-rw-r--r-- | plugins/gitfast/_git | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gitfast/_git b/plugins/gitfast/_git index c75b0be7f..7ed3e3c26 100644 --- a/plugins/gitfast/_git +++ b/plugins/gitfast/_git @@ -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 |