mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fixed missing slash in Git completion.
This commit is contained in:
parent
1961b8d196
commit
d13ca43d18
1 changed files with 1 additions and 1 deletions
|
|
@ -2941,7 +2941,7 @@ _git-rev-parse () {
|
||||||
else
|
else
|
||||||
# TODO: Parse option specification?
|
# TODO: Parse option specification?
|
||||||
_arguments -w -S -s \
|
_arguments -w -S -s \
|
||||||
'(- *)'{-h,--help}'[display usage]'
|
'(- *)'{-h,--help}'[display usage]' \
|
||||||
'--keep-dashdash[do not skip first -- option]' \
|
'--keep-dashdash[do not skip first -- option]' \
|
||||||
'--stop-at-non-option[stop parsing options at first non-option argument]' \
|
'--stop-at-non-option[stop parsing options at first non-option argument]' \
|
||||||
'*:option specification' && ret=0
|
'*:option specification' && ret=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue