mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-01 11:20:19 +02:00
Filter Mods
- Changed split type, to improve filter support.
This commit is contained in:
parent
665bc197dc
commit
9fe43611d1
2 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ int CmdCustom::execute (std::string& output)
|
|||
|
||||
// Prepend the argument list with those from the report filter.
|
||||
std::vector <std::string> filterArgs;
|
||||
split (filterArgs, reportFilter, ' ');
|
||||
splitq (filterArgs, reportFilter, ' ');
|
||||
std::vector <std::string>::iterator arg;
|
||||
for (arg = filterArgs.begin (); arg != filterArgs.end (); ++ arg)
|
||||
context.a3.capture_first (*arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue