mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Assume that the user knows when he wants to end the line; don't insert
something he didn't select or complete.
This commit is contained in:
parent
50e90e265f
commit
67bd62fd6c
2 changed files with 4 additions and 15 deletions
|
@ -27,7 +27,7 @@ class AutoComplete:
|
|||
|
||||
menudefs = [
|
||||
('edit', [
|
||||
("Show completions", "<<force-open-completions>>"),
|
||||
("Show Completions", "<<force-open-completions>>"),
|
||||
])
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue