From 4b20bfe0ee4c5ae85a926b7c496b34cf9091f5f5 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Wed, 11 Feb 2015 20:30:01 +0100 Subject: 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(+) (limited to 'plugins/taskwarrior') 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 -- cgit v1.2.3-70-g09d2 From 266894c6a138eb8a248ce8aa428fcabeabd7ffa4 Mon Sep 17 00:00:00 2001 From: regagain Date: Sun, 17 May 2015 16:26:18 +0200 Subject: Update taskwarrior.plugin.zsh Corrected documentation to avoid confusion (see https://github.com/robbyrussell/oh-my-zsh/issues/3796) --- plugins/taskwarrior/taskwarrior.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/taskwarrior') diff --git a/plugins/taskwarrior/taskwarrior.plugin.zsh b/plugins/taskwarrior/taskwarrior.plugin.zsh index c1830042e..5d1e6ffea 100644 --- a/plugins/taskwarrior/taskwarrior.plugin.zsh +++ b/plugins/taskwarrior/taskwarrior.plugin.zsh @@ -8,7 +8,7 @@ # TaskWarrior. It uses the zsh tab completion # script (_task) distributed with TaskWarrior for the completion definitions. # -# Typing task[tabtab] will give you a list of current tasks, task 66[tabtab] +# Typing task [tabtab] will give you a list of current tasks, task 66[tabtab] # gives a list of available modifications for that task, etc. ################################################################################ -- cgit v1.2.3-70-g09d2