We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8cf1c commit 3d8327fCopy full SHA for 3d8327f
bpython/scrollfrontend/repl.py
@@ -322,6 +322,7 @@ def process_event(self, e):
322
self.on_tab(back=True)
323
elif e in key_dispatch[self.config.undo_key]: #ctrl-r for undo
324
self.undo()
325
+ self.update_completion()
326
elif e in key_dispatch[self.config.save_key]: # ctrl-s for save
327
t = threading.Thread(target=self.write2file)
328
t.daemon = True
0 commit comments