mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug Fixes - autofilter
- Auto filter now only creates a filter for read-only commands. - Fixed bug whereby ambiguities were reported twice: "could be one of a, b, a, b".
This commit is contained in:
parent
97d732e5f7
commit
027b343e49
3 changed files with 7 additions and 7 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
private:
|
||||
void loadCorrectConfigFile ();
|
||||
void parse ();
|
||||
void constructFilter ();
|
||||
void autoFilter ();
|
||||
|
||||
public:
|
||||
Config config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue