mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
fix nasty bug
This commit is contained in:
parent
0f3a6b4b20
commit
64b3b7997c
2
autojump
2
autojump
@ -169,7 +169,7 @@ else:
|
|||||||
|
|
||||||
dirs=path_dict.items()
|
dirs=path_dict.items()
|
||||||
dirs.sort(key=lambda e:e[1],reverse=True)
|
dirs.sort(key=lambda e:e[1],reverse=True)
|
||||||
if completion:
|
if completion or userchoice != -1:
|
||||||
max_matches = 9
|
max_matches = 9
|
||||||
else:
|
else:
|
||||||
max_matches = 1
|
max_matches = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user