1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

fix nasty bug

This commit is contained in:
Joël Schaerer 2010-07-23 16:26:36 +02:00
parent 0f3a6b4b20
commit 64b3b7997c

View File

@ -169,7 +169,7 @@ else:
dirs=path_dict.items()
dirs.sort(key=lambda e:e[1],reverse=True)
if completion:
if completion or userchoice != -1:
max_matches = 9
else:
max_matches = 1