Browse Source

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.
Marc Cornellà 9 years ago
parent
commit
4b20bfe0ee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/taskwarrior/_task

+ 2 - 0
plugins/taskwarrior/_task

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