summaryrefslogtreecommitdiff
path: root/py/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/chat.py')
-rw-r--r--py/chat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/chat.py b/py/chat.py
index 7f00b37..86753ab 100644
--- a/py/chat.py
+++ b/py/chat.py
@@ -78,5 +78,6 @@ try:
vim.command("normal! a\n\n>>> user\n\n")
vim.command("redraw")
+ clear_echo_message()
except BaseException as error:
handle_completion_error(error)