mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
fix: correct indentation error in completions_raw_read_only method in aider/commands.py
This commit is contained in:
parent
68c4817c14
commit
57257b7c15
1 changed files with 0 additions and 8 deletions
|
@ -606,14 +606,6 @@ class Commands:
|
||||||
|
|
||||||
# Use the new document for completions
|
# Use the new document for completions
|
||||||
yield from path_completer.get_completions(new_document, complete_event)
|
yield from path_completer.get_completions(new_document, complete_event)
|
||||||
only_directories=False,
|
|
||||||
get_paths=lambda: [self.coder.root],
|
|
||||||
# file_filter=lambda fname: (
|
|
||||||
# self.coder.repo is None or not self.coder.repo.ignored_file(fname)
|
|
||||||
# ),
|
|
||||||
)
|
|
||||||
|
|
||||||
yield from path_completer.get_completions(document, complete_event)
|
|
||||||
|
|
||||||
def completions_add(self):
|
def completions_add(self):
|
||||||
files = set(self.coder.get_all_relative_files())
|
files = set(self.coder.get_all_relative_files())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue