about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorNikolai Weibull <pcppopper@users.sourceforge.net>2011-07-22 09:44:22 +0000
committerNikolai Weibull <pcppopper@users.sourceforge.net>2011-07-22 09:44:22 +0000
commit53998c2cf5b93b7653083f99a42e20047292ba48 (patch)
tree74ff64040e91e796d2a1f53f0054690245e15900 /Completion
parentaad36667dec6b583986ed84b0d1ffad7ed690944 (diff)
downloadzsh-53998c2cf5b93b7653083f99a42e20047292ba48.tar.gz
zsh-53998c2cf5b93b7653083f99a42e20047292ba48.tar.xz
zsh-53998c2cf5b93b7653083f99a42e20047292ba48.zip
unposted: Completion/Unix/Command/_git: Use _files, not _path_files.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index ef85ad79c..1c9d8a8e3 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -6122,7 +6122,7 @@ _git() {
         if (( ${+functions[_git-$words[1]]} )); then
           _call_function ret _git-$words[1]
         elif zstyle -T ":completion:${curcontext}:" use-fallback; then
-          _path_files && ret=0
+          _files && ret=0
         else
           _message 'unknown sub-command'
         fi