parent
3868d90ab4
commit
8a3850da3e
|
@ -31,7 +31,7 @@ class MiniTabComplete(method.Method):
|
||||||
else:
|
else:
|
||||||
w2.page_down()
|
w2.page_down()
|
||||||
else:
|
else:
|
||||||
candidates = sorted(b.tabber.get_candidates(s1))
|
candidates = sorted(b.tabber.get_candidates(s1, w))
|
||||||
if len(candidates) > 1:
|
if len(candidates) > 1:
|
||||||
app.open_completion_buffer(s2, candidates)
|
app.open_completion_buffer(s2, candidates)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue