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
2759586a
Commit
2759586a
authored
Sep 22, 2009
by
Robby Russell
Browse files
Using compctl instead of compdef to resolve Issue #1
parent
fff31c33
Changes
1
Show whitespace changes
Inline
Side-by-side
rake_completion.zsh
View file @
2759586a
...
...
@@ -17,7 +17,7 @@ _rake () {
fi
}
comp
def
_rake rake
comp
ctl
-K
_rake rake
function
_cap_does_task_list_need_generating
()
{
if
[
!
-f
.cap_tasks~
]
;
then return
0
;
...
...
@@ -39,4 +39,4 @@ function _cap () {
fi
}
comp
def
_cap cap
comp
ctl
-K
_cap cap
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