lotabout.skim/src
VXNCXNX e8f5b3ae65
fix: path_name_offset returns bytes while Rank::begin is a char index (#1160)
The PathName tiebreak computes path_name_offset - begin, so mixing the
two units inflates the score for any path with a non-ASCII directory
component and ranks a filename match below a directory match.

Co-authored-by: VXNCXNX <VXNCXNX@users.noreply.github.com>
2026-08-22 13:23:57 +00:00
..
bin feat: reduce binary size by removing uncommon image formats and color_eyre (#1118) 2026-07-17 17:29:43 +00:00
engine fix(matcher): an inverse query only checks the first --nth field (#1159) 2026-08-21 22:06:58 +02:00
fuzzy_matcher chore: clippy & fmt after cargo update 2026-08-21 22:18:54 +02:00
helper feat: add --hide-nth to hide fields from display but keep them searchable (#1122) 2026-07-18 13:13:43 +00:00
popup feat: add the set-cmd action to change interactive mode command from bindings (#1142) 2026-07-25 17:43:04 +02:00
tui fix(filter): --filter hangs when the query is below --min-query-length (#1158) 2026-08-22 09:19:38 +00:00
binds.rs feat: add the set-cmd action to change interactive mode command from bindings (#1142) 2026-07-25 17:43:04 +02:00
binds_tests.rs feat: add the set-cmd action to change interactive mode command from bindings (#1142) 2026-07-25 17:43:04 +02:00
field.rs fix(field): an out-of-range field index silently matches field 1 (#1155) 2026-08-16 11:07:20 +02:00
field_tests.rs fix(field): an out-of-range field index silently matches field 1 (#1155) 2026-08-16 11:07:20 +02:00
item.rs fix: path_name_offset returns bytes while Rank::begin is a char index (#1160) 2026-08-22 13:23:57 +00:00
item_tests.rs fix: path_name_offset returns bytes while Rank::begin is a char index (#1160) 2026-08-22 13:23:57 +00:00
lib.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00
lib_tests.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00
manpage.rs docs: readd default keybindings to the manpage as an auto-generated separate subsection 2026-07-26 14:45:29 +02:00
matcher.rs fix: reorder batches in --tac mode (#1150) 2026-08-07 10:10:17 +00:00
options.rs fix: add allow_hyphen_values to --with-nth (#1156) 2026-08-16 08:11:27 +00:00
options_tests.rs fix: add allow_hyphen_values to --with-nth (#1156) 2026-08-16 08:11:27 +00:00
output.rs feat: add the set-cmd action to change interactive mode command from bindings (#1142) 2026-07-25 17:43:04 +02:00
prelude.rs feat: add the set-cmd action to change interactive mode command from bindings (#1142) 2026-07-25 17:43:04 +02:00
reader.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00
shell.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00
shell_tests.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00
skim.rs fix(filter): --filter hangs when the query is below --min-query-length (#1158) 2026-08-22 09:19:38 +00:00
skim_item.rs feat: add --hide-nth to hide fields from display but keep them searchable (#1122) 2026-07-18 13:13:43 +00:00
skim_tests.rs fix(filter): --filter hangs when the query is below --min-query-length (#1158) 2026-08-22 09:19:38 +00:00
spinlock.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00
theme.rs feat(theme): add a themeable scrollbar color for the item list (#1101) 2026-06-28 18:48:28 +02:00
theme_tests.rs feat(theme): add a themeable scrollbar color for the item list (#1101) 2026-06-28 18:48:28 +02:00
thread_pool.rs fix: preserve input order with --no-sort (#1115) 2026-07-17 12:16:46 +00:00
thread_pool_tests.rs fix: preserve input order with --no-sort (#1115) 2026-07-17 12:16:46 +00:00
util.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00
util_tests.rs tests: improve coverage to 90% (#1099) 2026-06-25 19:12:49 +00:00