Commit 4b20bfe0 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

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.
parent 5ee54032
...@@ -246,3 +246,5 @@ _task_default() { ...@@ -246,3 +246,5 @@ _task_default() {
return ret return ret
} }
_task
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment