diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-04-20 23:05:55 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-04-20 23:05:55 +0200 |
commit | 1b1315a777328095cd8b5f364fd4345eeae7c4bf (patch) | |
tree | 784e56ca2d3881a929e791d121abb2cffa929b6e /plugins | |
parent | 63ad70825df2a2e747c164ecf8ec56336bdeece0 (diff) | |
parent | c1ed14189bc8f3d27a6b10e4b5feab7a2984e4a6 (diff) | |
download | zsh-1b1315a777328095cd8b5f364fd4345eeae7c4bf.tar.gz zsh-1b1315a777328095cd8b5f364fd4345eeae7c4bf.tar.bz2 zsh-1b1315a777328095cd8b5f364fd4345eeae7c4bf.zip |
Merge pull request #5027 from tony612/add-files-completion-to-mix-test
add files completion to mix test
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mix/_mix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/mix/_mix b/plugins/mix/_mix index 319932b3f..3b3887b1f 100644 --- a/plugins/mix/_mix +++ b/plugins/mix/_mix @@ -73,6 +73,10 @@ case $state in case $line[1] in (help) _arguments ':feature:__task_list' + ;; + (test) + _files + ;; esac ;; esac |