mirror of https://github.com/ohmyzsh/ohmyzsh.git
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.pull/3573/head
parent
5ee54032da
commit
4b20bfe0ee
|
@ -246,3 +246,5 @@ _task_default() {
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_task
|
||||||
|
|
Loading…
Reference in New Issue