mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 00:40:41 +01:00
Fix first-tab completion in task command
This is done by calling `_task` at the end of the _task completion file, as is standard in completion files.
This commit is contained in:
@@ -246,3 +246,5 @@ _task_default() {
|
|||||||
|
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_task
|
||||||
|
|||||||
Reference in New Issue
Block a user