mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
e205629a94
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ class InputOutput:
|
|||
current_text = buffer.text
|
||||
|
||||
# Open the editor with the current text
|
||||
edited_text = pipe_editor(input_data=current_text)
|
||||
edited_text = pipe_editor(input_data=current_text, suffix="md")
|
||||
|
||||
# Replace the buffer with the edited text, strip any trailing newlines
|
||||
buffer.text = edited_text.rstrip("\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue