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 ee87010 commit 5fac24dCopy full SHA for 5fac24d
bpython/curtsiesfrontend/repl.py
@@ -327,8 +327,6 @@ def __init__(
327
)
328
else:
329
banner = None
330
- # only one implemented currently
331
- config.autocomplete_mode = autocomplete.AutocompleteModes.SIMPLE
332
if config.cli_suggestion_width <= 0 or config.cli_suggestion_width > 1:
333
config.cli_suggestion_width = 1
334
0 commit comments