yazi/yazi-core/src/mgr
arimu1 2e60b1741b fix(mgr): restore hovered fallback for %s/%d shell-formatting when nothing is selected
The Splatable impl for Mgr used to fall back to the hovered item via
Tab::selected_or_hovered_urls() when the selection was empty, the same
convention used elsewhere (yank, copy, remove, open). PR #4108 rewrote
this into MgrSnap/TabSnap but only ported the plain selected list,
dropping the hovered fallback. This made %s and %d expand to nothing
when hovering a file without an explicit selection.

Restore the fallback in MgrSnap::selected(), which both %s/%S and
%d/%D read from.

Resolves #4132
2026-07-20 07:29:53 +07:00
..
batcher.rs feat: new bulk_exit action that customizes the prompt for bulk operations (#3792) 2026-03-21 17:26:44 +08:00
cd.rs feat: expose stash action and give it a new search source (#3872) 2026-04-11 07:59:38 +08:00
displace.rs refactor: move Lua bindings down into each subcrates (#4049) 2026-06-18 15:06:31 +08:00
filter.rs refactor: move Lua bindings down into each subcrates (#4049) 2026-06-18 15:06:31 +08:00
find.rs refactor: move Lua bindings down into each subcrates (#4049) 2026-06-18 15:06:31 +08:00
mgr.rs feat: experimental %y, %Y, %t, %T, %yN, %YN, %tN, %TN shell formatting parameters (#4108) 2026-07-08 17:04:12 +08:00
mimetype.rs feat!: folder mime-type support (#3222) 2025-10-01 20:03:41 +08:00
mod.rs feat: experimental %y, %Y, %t, %T, %yN, %YN, %tN, %TN shell formatting parameters (#4108) 2026-07-08 17:04:12 +08:00
open.rs refactor: move Lua bindings down into each subcrates (#4049) 2026-06-18 15:06:31 +08:00
search.rs refactor: move Lua bindings down into each subcrates (#4049) 2026-06-18 15:06:31 +08:00
snap.rs fix(mgr): restore hovered fallback for %s/%d shell-formatting when nothing is selected 2026-07-20 07:29:53 +07:00
tabs.rs refactor: move Lua bindings down into each subcrates (#4049) 2026-06-18 15:06:31 +08:00
yanked.rs feat: new hub VFS kind (#4131) 2026-07-17 03:04:19 +08:00