Skip to content

Commit

Permalink
dump the whole thing
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang committed Feb 5, 2024
1 parent 05f1a75 commit f8e9121
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 @@ -249,7 +249,7 @@ def _add_chat_messages(
last_line_col,
last_line_row,
last_line_col,
[tok.encode("utf-8") for tok in buffer.split()],
[buffer],
)

def _add_end_separator(self, model: str, no_annoyance: bool = False):
Expand Down

0 comments on commit f8e9121

Please sign in to comment.