snacks.nvim/lua
Iordanis Petkakis b9bd8ae982
fix(picker.actions): take into account if source is recent explicitly (#1920)
## Description
I noticed in the project picker that when pressing `<c-r>` to show
recent files it showed recent files from everywhere instead of only the
item's directory. When the source is `recent` we have to pass
`filter.cwd = ...` so that it correctly filters out recent items.
<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)
None
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2025-10-19 07:38:06 +02:00
..
snacks fix(picker.actions): take into account if source is recent explicitly (#1920) 2025-10-19 07:38:06 +02:00
trouble/sources Revert "feat: test" 2025-02-14 22:13:38 +01:00