summaryrefslogtreecommitdiff
path: root/src/editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.cc')
-rw-r--r--src/editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor.cc b/src/editor.cc
index 9c553dec..476e5244 100644
--- a/src/editor.cc
+++ b/src/editor.cc
@@ -301,6 +301,7 @@ void Editor::multi_select(const MultiSelector& selector)
for (auto& sel : m_selections)
{
SelectionList res = selector(sel);
+ new_selections.reserve(new_selections.size() + res.size());
for (auto& new_sel : res)
{
// preserve captures when selectors captures nothing.