fix: correct SEARCH/REPLACE block in aider/io.py to match existing lines exactly

This commit is contained in:
Paul Gauthier (aider) 2024-09-27 19:44:20 -07:00
parent d2e0d3c06d
commit c5fb25eec3

View file

@ -505,7 +505,7 @@ class InputOutput:
if self.prompt_session:
res = self.prompt_session.prompt(
question,
style=Style.from_dict(style),
style=style,
)
else:
res = input(question)