diff options
author | Robby Russell <robby@planetargon.com> | 2014-08-31 10:46:31 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-08-31 10:46:31 -0700 |
commit | 3e30b4d2d1c7753b12316d5dec70448277978e8a (patch) | |
tree | 5ebe72028f6dd4b4a67508ddbed5b2dda9b8f488 /plugins/gem | |
parent | fcd55f3a9202ca8d47a82b4a0274bdd114d745d1 (diff) | |
parent | 39a1e2a083872ccca63fcc9ead44834627c176cf (diff) | |
download | zsh-3e30b4d2d1c7753b12316d5dec70448277978e8a.tar.gz zsh-3e30b4d2d1c7753b12316d5dec70448277978e8a.tar.bz2 zsh-3e30b4d2d1c7753b12316d5dec70448277978e8a.zip |
Merge pull request #2922 from ncanceill/easymerge
Easy-to-Merge via @ncanceill... our hero!
Diffstat (limited to 'plugins/gem')
-rw-r--r-- | plugins/gem/_gem | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gem/_gem b/plugins/gem/_gem index 25967f1e7..92feebe95 100644 --- a/plugins/gem/_gem +++ b/plugins/gem/_gem @@ -59,6 +59,8 @@ case "$words[1]" in build) _files -g "*.gemspec" ;; + install) + _files ;; list) if [[ "$state" == forms ]]; then _gem_installed |