mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
A3t
- Renamed methods for consistency.
This commit is contained in:
parent
26fb3c1686
commit
b690a8d2a3
5 changed files with 22 additions and 22 deletions
|
@ -89,7 +89,7 @@ int CmdCustom::execute (std::string& output)
|
|||
{
|
||||
context.a3.capture_first (*arg);
|
||||
|
||||
Tree* t = context.a3t.capture_first (*arg);
|
||||
Tree* t = context.a3t.captureFirst (*arg);
|
||||
t->tag ("CUSTOM");
|
||||
t->tag ("FILTER");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue