We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9b7f5 commit 3c9c839Copy full SHA for 3c9c839
1 file changed
bpython/cli.py
@@ -606,6 +606,7 @@ def _complete(self, unused_tab=False):
606
e = False
607
matches = importcompletion.complete(self.s, cw)
608
if matches is None:
609
+ self.matches = []
610
self.scr.redrawwin()
611
return False
612
0 commit comments