Feature #499
- added extra line of output when doing bulk done changes.
This commit is contained in:
@@ -1592,6 +1592,8 @@ int handleDone (std::string &outs)
|
||||
<< " as done.\n";
|
||||
|
||||
outs = out.str ();
|
||||
if (count > context.config.getInteger ("bulk"))
|
||||
outs = "\n" + outs;
|
||||
context.hooks.trigger ("post-done-command");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user