1
0
mirror of https://github.com/wting/autojump synced 2025-06-13 12:54:07 +00:00
This commit is contained in:
Ye 2025-03-26 05:18:48 +00:00 committed by GitHub
commit 5d46972ec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: