summaryrefslogtreecommitdiff
path: root/src/completion.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/completion.hh')
-rw-r--r--src/completion.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/completion.hh b/src/completion.hh
index 6743194e..95dc7deb 100644
--- a/src/completion.hh
+++ b/src/completion.hh
@@ -15,7 +15,7 @@ namespace Kakoune
class Context;
-using CandidateList = Vector<String>;
+using CandidateList = Vector<String, MemoryDomain::Completion>;
struct Completions
{