summaryrefslogtreecommitdiff
path: root/src/insert_completer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/insert_completer.hh')
-rw-r--r--src/insert_completer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh
index 064047f8..ac1fa22b 100644
--- a/src/insert_completer.hh
+++ b/src/insert_completer.hh
@@ -62,7 +62,7 @@ struct InsertCompletion
bool operator<(const Candidate& other) const { return completion < other.completion; }
};
- using CandidateList = Vector<Candidate>;
+ using CandidateList = Vector<Candidate, MemoryDomain::Completion>;
BufferCoord begin;
BufferCoord end;