Browse Source

add files completion to mix test

Tony Han 9 years ago
parent
commit
c1ed14189b
1 changed files with 4 additions and 0 deletions
  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