From 3a0f63394808732310cc9115acdce7167b3e0d7a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 19 Sep 2014 15:15:13 -0400 Subject: [PATCH] Fish - Commented out (with explanations) features that can fill pages of output, which is probably not desirable (thanks to Jeremy John Reeder). --- scripts/fish/task.fish | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/scripts/fish/task.fish b/scripts/fish/task.fish index 85acb8a62..0070552e1 100644 --- a/scripts/fish/task.fish +++ b/scripts/fish/task.fish @@ -289,5 +289,17 @@ __fish.task.complete command filter __fish.task.complete attr_value __fish.task.complete attr_name __fish.task.complete config -__fish.task.complete task -__fish.task.complete id with_description + +# Uncomment the following line if you want tab-completion of task descriptions. +# Warning: This often creates a list of suggestions which spans several pages, +# and it usually pushes some of the commands and attributes to the end of the +# list. + +#__fish.task.complete task + +# Uncomment the following line if you want tab-completion of task IDs outside +# of the "depends" attribute. Warning: This often creates a list of +# suggestions which spans several pages, and it pushes all commands and +# attributes to the end of the list. + +#__fish.task.complete id with_description