mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
31xxx: Completion/Debian/Command/_dak: complete files for subcommands that are not explicitly specified.
This commit is contained in:
parent
d904e85904
commit
25c7763067
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-06-28 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 31xxx: Completion/Debian/Command/_dak: complete files for
|
||||
subcommands that are not explicitly specified.
|
||||
|
||||
2013-06-27 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 31483: Call zrefresh() before unqueue()ing signals, was
|
||||
|
|
|
@ -238,6 +238,10 @@ case $cmd in
|
|||
)
|
||||
;;
|
||||
|
||||
(*)
|
||||
_files
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
_arguments -s "$args[@]" && ret=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue