mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
show_top_of_file_parent_scope
This commit is contained in:
parent
28bce3535a
commit
cff5534fab
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,8 @@ def to_tree(tags):
|
||||||
if this_fname != cur_fname:
|
if this_fname != cur_fname:
|
||||||
if context:
|
if context:
|
||||||
context.add_context()
|
context.add_context()
|
||||||
if output:
|
output += "\n"
|
||||||
output += "\n"
|
output += cur_fname + ":\n"
|
||||||
output += cur_fname + ":\n\n"
|
|
||||||
output += context.format()
|
output += context.format()
|
||||||
context = None
|
context = None
|
||||||
elif cur_fname:
|
elif cur_fname:
|
||||||
|
@ -58,6 +57,7 @@ def to_tree(tags):
|
||||||
mark_lois=False,
|
mark_lois=False,
|
||||||
loi_pad=0,
|
loi_pad=0,
|
||||||
header_max=3,
|
header_max=3,
|
||||||
|
show_top_of_file_parent_scope=False,
|
||||||
)
|
)
|
||||||
cur_fname = this_fname
|
cur_fname = this_fname
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue