mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
refactor: rename completions_add method to _old_completions_add for clarity
This commit is contained in:
parent
542afbeb74
commit
2a79723336
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ class Commands:
|
|||
# Use the new document for completions
|
||||
yield from path_completer.get_completions(new_document, complete_event)
|
||||
|
||||
def completions_add(self):
|
||||
def _old_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