1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
Ye 2023-09-11 00:20:42 +08:00 committed by GitHub
commit c30ebe078e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,7 +325,7 @@ def main(args): # noqa
print_local(
get_ith_path(
tab_index,
find_matches(entries, [tab_needle]),
find_matches(entries, [tab_needle], check_entries=False),
),
)
else: