浏览代码

gem plugin: added _files to install command

is useful if you want to install a local gem from the filesystem
Christian Köstlin 12 年之前
父节点
当前提交
39a1e2a083
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/gem/_gem

+ 2 - 0
plugins/gem/_gem

@@ -59,6 +59,8 @@ case "$words[1]" in
   build)
     _files -g "*.gemspec"
     ;;
+  install)
+    _files ;;
   list)
       if [[ "$state" == forms ]]; then
         _gem_installed