1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
Stephen Blott 2014-04-09 12:03:20 +00:00
commit 5f9a620da8

View File

@ -397,7 +397,7 @@ def main(args): # noqa
print_local(
get_ith_path(
tab_index,
find_matches(entries, tab_needle)))
find_matches(entries, [tab_needle])))
else:
print_local(first(chain(
imap(attrgetter('path'), find_matches(entries, needles)),