diff options
Diffstat (limited to 'py/chat.py')
| -rw-r--r-- | py/chat.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |