浏览代码

Merge pull request #5027 from tony612/add-files-completion-to-mix-test

add files completion to mix test
Marc Cornellà 9 年之前
父节点
当前提交
1b1315a777
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      plugins/mix/_mix

+ 4 - 0
plugins/mix/_mix

@@ -73,6 +73,10 @@ case $state in
     case $line[1] in
       (help)
          _arguments ':feature:__task_list'
+         ;;
+      (test)
+         _files
+         ;;
     esac
   ;;
 esac