mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
12720: replace _files with _path_files for two instances in _dpkg
This commit is contained in:
parent
942009eb9f
commit
91914bdd49
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-08-30 Clint Adams <schizo@debian.org>
|
||||
|
||||
* 12720: Completion/Debian/_dpkg: change two instances of
|
||||
_files to _path_files to avoid completion of all-files.
|
||||
|
||||
2000-08-29 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
||||
|
||||
* 12719: Doc/Zsh/mod_zle.yo, Src/utils.c, Src/Zle/zle_main.c:
|
||||
|
|
|
@ -113,9 +113,9 @@ case "$state" in
|
|||
\!${^_dpkg_actions%%:*} \
|
||||
- recur \
|
||||
"$_dpkg_options_recursive[@]" \
|
||||
':directory:_files -/' \
|
||||
':directory:_path_files -/' \
|
||||
- nonrecur \
|
||||
':Debian package:_files -g \*.deb'
|
||||
':Debian package:_path_files -g \*.deb'
|
||||
;;
|
||||
remove|purge|status|listfiles)
|
||||
_funcall ret _dpkg_$state && return ret
|
||||
|
|
Loading…
Reference in a new issue