Skip to content

Commit 35e29fb

Browse files
felipecgitster
authored andcommitted
completion: zsh: trivial cleanup
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ecaf798 commit 35e29fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ __gitcomp_file ()
136136
{
137137
emulate -L zsh
138138

139-
compadd -p "${2-}" -f -- ${(f)1} && _ret=0
139+
compadd -f -p "${2-}" -- ${(f)1} && _ret=0
140140
}
141141

142142
__git_zsh_bash_func ()

0 commit comments

Comments
 (0)