mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 5dbf73b29f into 5667161d49
This commit is contained in:
commit
1435718db5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue