diff options
| author | Maxime Coste <mawww@kakoune.org> | 2022-06-04 10:50:09 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2022-06-04 10:50:09 +1000 |
| commit | 6ffec7540666702ea3b96a2efa3a32006ff7ad47 (patch) | |
| tree | fb358cbc42c8fd74a9bd68e3c0223ddd834db262 /src/insert_completer.hh | |
| parent | a16de52f9cd929c05a0211ac0b19c6fa116bd524 (diff) | |
Code style cleanups around insert completer
Diffstat (limited to 'src/insert_completer.hh')
| -rw-r--r-- | src/insert_completer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh index c8c266a9..269368d5 100644 --- a/src/insert_completer.hh +++ b/src/insert_completer.hh @@ -101,6 +101,7 @@ private: void on_option_changed(const Option& opt) override; void menu_show(); + bool has_candidate_selected() const; Context& m_context; OptionManager& m_options; |
