1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

31xxx: Completion/Debian/Command/_dak: complete files for subcommands that are not explicitly specified.

This commit is contained in:
Clint Adams 2013-06-28 14:36:04 -04:00
parent d904e85904
commit 25c7763067
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -238,6 +238,10 @@ case $cmd in
)
;;
(*)
_files
;;
esac
_arguments -s "$args[@]" && ret=0