Skip to content

Commit

Permalink
no encode
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang committed Feb 5, 2024
1 parent 4c4fb86 commit 05f1a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/handlers/chat_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _add_chat_messages(
last_line_col,
last_line_row,
last_line_col,
[tok.encode("utf-8") for tok in token.split()],
[token],
)
if buffer:
self.nvim.exec_lua(
Expand Down

0 comments on commit 05f1a75

Please sign in to comment.