mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
show the /editor message
This commit is contained in:
parent
18a88596a6
commit
a06a9ed7d8
1 changed files with 2 additions and 1 deletions
|
@ -1371,7 +1371,8 @@ class Commands:
|
|||
"Open an editor to write a prompt"
|
||||
|
||||
user_input = pipe_editor(initial_content, suffix="md")
|
||||
self.io.display_user_input(user_input)
|
||||
self.io.user_input(user_input, log_only=False)
|
||||
self.io.add_to_input_history(user_input)
|
||||
return user_input
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue