summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-01-04 09:50:45 +1100
committerMaxime Coste <mawww@kakoune.org>2021-01-04 09:50:45 +1100
commitdf7b33bc7b9da897d1d0127b54ae1e629d2334ff (patch)
tree355574012dca3ffe8b983ad48f2e85436c17930f /src
parent966ad0443dbc6df1fd304ad515e5b708ee1364fe (diff)
parent650a7143beb6ce8a79e331070676b80fae4c3232 (diff)
Merge branch 'master' of http://github.com/Woolworths/kakoune
Diffstat (limited to 'src')
-rw-r--r--src/insert_completer.cc1
1 files changed, 0 insertions, 1 deletions
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<Key>& 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<BufferRange> ranges;
for (auto& sel : selections)
{