summaryrefslogtreecommitdiff
path: root/py/utils.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--py/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/utils.py b/py/utils.py
index e5203bd..4e638e2 100644
--- a/py/utils.py
+++ b/py/utils.py
@@ -167,7 +167,7 @@ def openai_request(url, data, options):
def print_info_message(msg):
vim.command("redraw")
- vim.command(f"normal \<Esc>")
+ vim.command("normal \\<Esc>")
vim.command("echohl ErrorMsg")
vim.command(f"echomsg '{msg}'")
vim.command("echohl None")