mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
refactor: Add comment for command completion handling in AutoCompleter
This commit is contained in:
parent
b624bb6fb8
commit
c6289c2bea
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ class AutoCompleter(Completer):
|
||||||
return
|
return
|
||||||
|
|
||||||
if text[0] == "/":
|
if text[0] == "/":
|
||||||
|
# catch and handle here; make a purpose built exception for this. ai!
|
||||||
yield from self.get_command_completions(document, complete_event, text, words)
|
yield from self.get_command_completions(document, complete_event, text, words)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue