mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
text: Removed local join/split implementation
This commit is contained in:
parent
db0f8d33e1
commit
232d266fb5
11 changed files with 18 additions and 277 deletions
|
@ -67,8 +67,7 @@ void initializeColorRules ()
|
|||
// Load the rule.precedence.color list, split it, then autocomplete against
|
||||
// the 'rules' vector loaded above.
|
||||
std::vector <std::string> results;
|
||||
std::vector <std::string> precedence;
|
||||
split (precedence, context.config.get ("rule.precedence.color"), ',');
|
||||
auto precedence = split (context.config.get ("rule.precedence.color"), ',');
|
||||
|
||||
for (const auto& p : precedence)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue