summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--py/chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/chat.py b/py/chat.py
index f996800..67f2d5d 100644
--- a/py/chat.py
+++ b/py/chat.py
@@ -42,7 +42,7 @@ def initialize_chat_window():
vim.command("normal! i\n>>> user\n\n")
if prompt:
- vim.command("normal! a" + prompt)
+ vim.command("normal! i" + prompt)
vim_break_undo_sequence()
vim.command("redraw")