Skip to content

Commit e205629

Browse files
committed
Merge branch 'main' of github.com:Aider-AI/aider
2 parents 9351f37 + 7d185bb commit e205629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aider/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def _(event):
595595
current_text = buffer.text
596596

597597
# Open the editor with the current text
598-
edited_text = pipe_editor(input_data=current_text)
598+
edited_text = pipe_editor(input_data=current_text, suffix="md")
599599

600600
# Replace the buffer with the edited text, strip any trailing newlines
601601
buffer.text = edited_text.rstrip("\n")

0 commit comments

Comments
 (0)