summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorFrederik Mogensen <sodiaf@gmail.com>2012-01-03 17:12:22 +0100
committerTobias Preuss <tobias.preuss@googlemail.com>2014-08-06 13:51:58 +0200
commit8ad9122ba49bb0a41ca7dbad03cf5438477cc283 (patch)
tree0b7fa9a39fae9e4c713348e3fca3b85d1a6a807f /plugins
parent89f1d94a3052e2eabd3e86b856eada8e51fc65b4 (diff)
downloadzsh-8ad9122ba49bb0a41ca7dbad03cf5438477cc283.tar.gz
zsh-8ad9122ba49bb0a41ca7dbad03cf5438477cc283.tar.bz2
zsh-8ad9122ba49bb0a41ca7dbad03cf5438477cc283.zip
Added _files to complete all arguments following the first as files
Diffstat (limited to 'plugins')
-rw-r--r--plugins/adb/_adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/adb/_adb b/plugins/adb/_adb
index 1efcb9eb0..4c998172d 100644
--- a/plugins/adb/_adb
+++ b/plugins/adb/_adb
@@ -35,3 +35,5 @@ if (( CURRENT == 1 )); then
_describe -t commands "adb subcommand" _1st_arguments
return
fi
+
+_files