浏览代码

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 年之前
父节点
当前提交
4b20bfe0ee
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/taskwarrior/_task

+ 2 - 0
plugins/taskwarrior/_task

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