Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
95ffb167
Commit
95ffb167
authored
Feb 26, 2012
by
David Lee
Committed by
Phil Eichinger
Mar 25, 2014
Browse files
Add gem build autocompletion
parent
b578eea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gem/_gem
View file @
95ffb167
...
...
@@ -56,6 +56,9 @@ if (( CURRENT == 1 )); then
fi
case "$words[1]" in
build)
_files -g "*.gemspec"
;;
list)
if [[ "$state" == forms ]]; then
_gem_installed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment