diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-11-18 21:45:42 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-11-18 21:45:42 +0000 |
| commit | 56c0d2de95a7662820f07f6a55cd7e5283f9aabe (patch) | |
| tree | 0b4825b1c139f02fbc0e6eff05eb71135bc33ce2 /src/input_handler.cc | |
| parent | 69113f30d13e4af291de48bcbb4794bac63ce3d9 (diff) | |
Fix insert completion
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 864ebe51..ac0f188d 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -821,7 +821,7 @@ private: void menu_show() { - if (m_context.has_ui()) + if (not m_context.has_ui()) return; DisplayCoord menu_pos = m_context.window().display_position(m_completions.begin); m_context.ui().menu_show(m_matching_candidates, menu_pos, |
