summaryrefslogtreecommitdiff
path: root/src/insert_completer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-10-19 13:43:23 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-10-19 13:43:23 +0100
commit73e438be07d4a7623e52419674bef4d1bc8dcb21 (patch)
tree7fddd17bbea6ed4bba0604c26810b4fe1d5c84eb /src/insert_completer.hh
parent364914afbd3da050d021dceee02d4c89e78b9d52 (diff)
Fix handling of explicit insert completers
Diffstat (limited to 'src/insert_completer.hh')
-rw-r--r--src/insert_completer.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh
index 650fbf69..5aeade49 100644
--- a/src/insert_completer.hh
+++ b/src/insert_completer.hh
@@ -89,6 +89,8 @@ private:
InsertCompletion m_completions;
CandidateList m_matching_candidates;
int m_current_candidate = -1;
+
+ std::function<InsertCompletion (const Buffer&, ByteCoord)> m_explicit_completer;
};
}