fix for perl function completions

--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-05-05 19:11:45 +00:00
parent 3868d90ab4
commit 8a3850da3e
1 changed files with 1 additions and 1 deletions

View File

@ -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)