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
|
@ -33,6 +33,7 @@
|
|||
#include <Filter.h>
|
||||
#include <main.h>
|
||||
#include <format.h>
|
||||
#include <shared.h>
|
||||
#include <text.h>
|
||||
#include <util.h>
|
||||
#include <i18n.h>
|
||||
|
@ -215,8 +216,7 @@ int CmdCompletionUDAs::execute (std::string& output)
|
|||
if (udas.size ())
|
||||
{
|
||||
std::sort (udas.begin (), udas.end ());
|
||||
join (output, "\n", udas);
|
||||
output += '\n';
|
||||
output = join ("\n", udas) + '\n';
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue