summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index a287b2db..e2c1bb17 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1555,8 +1555,6 @@ private:
kak_assert(false); // invalid for interactive insert
break;
}
- if (mode != InsertMode::Append and mode != InsertMode::Replace)
- selections.sort_and_merge_overlapping();
selections.check_invariant();
buffer.check_invariant();
}