From 53998c2cf5b93b7653083f99a42e20047292ba48 Mon Sep 17 00:00:00 2001 From: Nikolai Weibull Date: Fri, 22 Jul 2011 09:44:22 +0000 Subject: unposted: Completion/Unix/Command/_git: Use _files, not _path_files. --- ChangeLog | 6 +++++- Completion/Unix/Command/_git | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69a22245b..7368f87ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-07-22 Nikolai Weibull + + * unposted: Completion/Unix/Command/_git: Use _files, not _path_files. + 2011-07-21 Nikolai Weibull * 29272: Completion/Unix/Command/_git: Use return values correctly @@ -15137,5 +15141,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5403 $ +* $Revision: 1.5404 $ ***************************************************** 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 -- cgit 1.4.1