snacks.nvim/lua
David b30121bfce
fix(picker.actions): ensure the current window is updated after tabdrop (#2326)
## Description

Update the winid (in the `win` variable) after `tab drop`.

## Related Issue(s)

Without this patch, when the user set `confirm` to `{ action =
"confirm", cmd = "tabdrop" }` and jump to a location in a different tab,
since the `win` is still pointing to the original window (tab), there'd
be a `Cursor position outside buffer` error.
2025-10-23 09:09:24 +02:00
..
snacks fix(picker.actions): ensure the current window is updated after tabdrop (#2326) 2025-10-23 09:09:24 +02:00
trouble/sources Revert "feat: test" 2025-02-14 22:13:38 +01:00