- Commented out (with explanations) features that can fill pages of output,
  which is probably not desirable (thanks to Jeremy John Reeder).
This commit is contained in:
Paul Beckingham 2014-09-19 15:15:13 -04:00
parent 1a1bda18ce
commit 3a0f633948

View file

@ -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