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 305435a9..1270d732 100644
--- a/src/insert_completer.hh
+++ b/src/insert_completer.hh
@@ -58,7 +58,7 @@ struct InsertCompletion
struct Candidate
{
String completion;
- String docstring;
+ String on_select;
DisplayLine menu_entry;
bool operator==(const Candidate& other) const { return completion == other.completion; }