mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
no fuzy matching, stronger prompt for whitespace
This commit is contained in:
parent
c6f6ab6070
commit
00512e3d1c
2 changed files with 2 additions and 1 deletions
|
@ -102,6 +102,7 @@ def replace_most_similar_chunk(whole, part, replace):
|
|||
except ValueError:
|
||||
pass
|
||||
|
||||
return
|
||||
# Try fuzzy matching
|
||||
res = replace_closest_edit_distance(whole_lines, part, part_lines, replace_lines)
|
||||
if res:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue