From 4b20bfe0ee4c5ae85a926b7c496b34cf9091f5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Wed, 11 Feb 2015 20:30:01 +0100 Subject: [PATCH] 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. --- plugins/taskwarrior/_task | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/taskwarrior/_task b/plugins/taskwarrior/_task index 0bda738bb..5cc253152 100644 --- a/plugins/taskwarrior/_task +++ b/plugins/taskwarrior/_task @@ -246,3 +246,5 @@ _task_default() { return ret } + +_task