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:
Marc Cornellà 2015-02-11 20:30:01 +01:00
parent 5ee54032da
commit 4b20bfe0ee
1 changed files with 2 additions and 0 deletions

View File

@ -246,3 +246,5 @@ _task_default() {
return ret
}
_task