diff --git a/src/insert_completer.cc b/src/insert_completer.cc index 43a4fc61..2df7aa73 100644 --- a/src/insert_completer.cc +++ b/src/insert_completer.cc @@ -421,7 +421,6 @@ void InsertCompleter::select(int index, bool relative, Vector& keystrokes) const auto suffix_len = std::max(0_byte, buffer.distance(cursor_pos, m_completions.end)); auto ref = buffer.string(m_completions.begin, m_completions.end); - ForwardChangesTracker changes_tracker; Vector ranges; for (auto& sel : selections) {