mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 13:10:37 +02:00
Bug #1059
- Fixed Bug #1059, where CmdEdit incorrectly ran gc. (Thanks to Louis-Claude Canon)
This commit is contained in:
parent
7a6cdde571
commit
ed8be2e2f2
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ Features
|
||||||
+ Virtual tags.
|
+ Virtual tags.
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
|
+ Fixed bug #1059, where CmdEdit was running garbage collection.
|
||||||
+ Fixed bug #1065, where CmdShow issued messages in incorrect situations.
|
+ Fixed bug #1065, where CmdShow issued messages in incorrect situations.
|
||||||
+ Fixed bug #1060, where an error was not thrown correctly.
|
+ Fixed bug #1060, where an error was not thrown correctly.
|
||||||
+ Fixed bug #1043, where aliases were not recognized by bash autocompletion.
|
+ Fixed bug #1043, where aliases were not recognized by bash autocompletion.
|
||||||
|
|
|
@ -50,7 +50,7 @@ CmdEdit::CmdEdit ()
|
||||||
_usage = "task <filter> edit";
|
_usage = "task <filter> edit";
|
||||||
_description = STRING_CMD_EDIT_USAGE;
|
_description = STRING_CMD_EDIT_USAGE;
|
||||||
_read_only = false;
|
_read_only = false;
|
||||||
_displays_id = true;
|
_displays_id = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue