We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459124a commit 8a10e56Copy full SHA for 8a10e56
ptpython/layout.py
@@ -475,7 +475,9 @@ def menu_position(cli):
475
processor=HighlightSearchProcessor(preview_search=Always()),
476
filter=HasFocus(SEARCH_BUFFER)),
477
HighlightSelectionProcessor(),
478
- AppendAutoSuggestion(),
+ ConditionalProcessor(
479
+ processor=AppendAutoSuggestion(),
480
+ filter=~IsDone())
481
] + extra_buffer_processors,
482
menu_position=menu_position,
483
wrap_lines=Condition(lambda cli: python_input.wrap_lines),
0 commit comments