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
17057537
Unverified
Commit
17057537
authored
Apr 08, 2019
by
Marc Cornellà
Committed by
GitHub
Apr 08, 2019
Browse files
gulp: fix completion function name
Fixes #6620
parent
30594886
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gulp/gulp.plugin.zsh
View file @
17057537
...
...
@@ -19,11 +19,11 @@
# Grabs all available tasks from the `gulpfile.js`
# in the current directory.
#
function
$$
gulp_completion
{
function
_
gulp_completion
{
compls
=
$(
gulp
--tasks-simple
2>/dev/null
)
completions
=(
${
=compls
}
)
compadd
--
$completions
}
compdef
$$
gulp_completion gulp
compdef
_
gulp_completion gulp
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