diff options
Diffstat (limited to '')
| -rw-r--r-- | py/complete.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/complete.py b/py/complete.py index cc678a4..97498b3 100644 --- a/py/complete.py +++ b/py/complete.py @@ -50,5 +50,6 @@ try: vim.command("redraw") text_chunks = engines[engine](prompt) render_text_chunks(text_chunks) + clear_echo_message() except BaseException as error: handle_completion_error(error) |