diff --git a/mode/mini.py b/mode/mini.py index b8787b7..8d9097d 100644 --- a/mode/mini.py +++ b/mode/mini.py @@ -31,7 +31,7 @@ class MiniTabComplete(method.Method): else: w2.page_down() else: - candidates = sorted(b.tabber.get_candidates(s1)) + candidates = sorted(b.tabber.get_candidates(s1, w)) if len(candidates) > 1: app.open_completion_buffer(s2, candidates)