Fish: Removed task.fish arguments until TW-1404 is fixed

- Thanks to Roman Inflianskas
This commit is contained in:
Paul Beckingham 2015-12-20 10:44:24 -05:00
parent 900ad3c26b
commit f12df9cec9
2 changed files with 5 additions and 1 deletions

View file

@ -32,6 +32,8 @@
- The default configuration is now 256-color only. - The default configuration is now 256-color only.
- The 'columns' report now shows whether a column is modifiable or read only. - The 'columns' report now shows whether a column is modifiable or read only.
- UDA indicator column did not properly default to 'U' (thanks to JDufault). - UDA indicator column did not properly default to 'U' (thanks to JDufault).
- Removed task.fish arguments until TW-1404 is fixed (thanks to Roman
Inflianskas)
- Numerous performance improvements. Taskwarrior 2.5.1 is between X% and - Numerous performance improvements. Taskwarrior 2.5.1 is between X% and
Y% faster than 2.5.0 when running various commands. Y% faster than 2.5.0 when running various commands.

View file

@ -179,7 +179,9 @@ function __fish.task.list.attr_value_by_name
end end
function __fish.task.list._command function __fish.task.list._command
__fish.task.zsh commands $argv # Removed args until TW-1404 is fixed.
#__fish.task.zsh commands $argv
__fish.task.zsh commands
end end
function __fish.task.list.command function __fish.task.list.command