mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
feat: Always display file(s) on line before prompt
This commit is contained in:
parent
ff039e80ad
commit
25f9886a40
1 changed files with 1 additions and 3 deletions
|
@ -239,9 +239,7 @@ class InputOutput:
|
||||||
|
|
||||||
rel_fnames = list(rel_fnames)
|
rel_fnames = list(rel_fnames)
|
||||||
show = " ".join(rel_fnames)
|
show = " ".join(rel_fnames)
|
||||||
if len(show) > 10:
|
show += "\n> "
|
||||||
show += "\n"
|
|
||||||
show += "> "
|
|
||||||
|
|
||||||
inp = ""
|
inp = ""
|
||||||
multiline_input = False
|
multiline_input = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue