diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-05-14 14:44:27 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-05-14 14:44:27 +0200 |
| commit | 66da0784448b47a104723976da8e4265a5bbd926 (patch) | |
| tree | dd6b86f7060599be85e9dc6c7c72886fa2d7155e /py/chat.py | |
| parent | 9bbcaa6fb528138895d5fa1f653c7ff2e9d6e1ae (diff) | |
| download | vim-ai-66da0784448b47a104723976da8e4265a5bbd926.tar.gz | |
clear echo message after completion
Diffstat (limited to '')
| -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) |