mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Break long comment line to comply with flake8 E501
This commit is contained in:
parent
a6bce6d5f1
commit
033c149737
1 changed files with 2 additions and 1 deletions
|
@ -559,7 +559,8 @@ class InputOutput:
|
|||
self.editingmode == EditingMode.VI
|
||||
and event.app.vi_state.input_mode == InputMode.NAVIGATION
|
||||
):
|
||||
# In multiline mode and if not in vi-mode or vi navigation/normal mode, Enter adds a newline
|
||||
# In multiline mode and if not in vi-mode or vi navigation/normal mode,
|
||||
# Enter adds a newline
|
||||
event.current_buffer.insert_text("\n")
|
||||
else:
|
||||
# In normal mode, Enter submits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue