mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
fix: Rename _old_completions_add to completions_add
This commit is contained in:
parent
731f312731
commit
38d03bca09
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ class Commands:
|
|||
selected_style=completion.selected_style,
|
||||
)
|
||||
|
||||
def _old_completions_add(self):
|
||||
def completions_add(self):
|
||||
files = set(self.coder.get_all_relative_files())
|
||||
files = files - set(self.coder.get_inchat_relative_files())
|
||||
files = [self.quote_fname(fn) for fn in files]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue