This commit is contained in:
ayanamist 2017-05-02 02:20:28 +00:00 committed by GitHub
commit 1435718db5

View file

@ -572,8 +572,8 @@ __git_complete_remote_or_refspec ()
cur_="${cur_#*:}" cur_="${cur_#*:}"
lhs=0 lhs=0
;; ;;
+*) *)
pfx="+" pfx=""
cur_="${cur_#+}" cur_="${cur_#+}"
;; ;;
esac esac