-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Last search opens up with different order of results #1521
Comments
How exactly are you triggering this? I just tested with a fresh LazyVim installation and can't seem to reproduce. Screencast following Screencast_2025-03-07-20-22-23.webm |
Here's what I do: Screencast.From.2025-03-07.20-22-25.mp4In the end of the video, I'm opening the last picker multiple times (Resume as it's called in LazyVim), and you can see that the list has slightly different ordering (e.g., sometimes In this example, I used the Files picker, but I see the same behavior with Grep picker as well, so it seems to be general issue. The command I run in the beginning: docker run -w /root -it --rm alpine:edge sh -uelic '
apk add git lazygit fzf curl neovim ripgrep alpine-sdk --update
git clone https://github.com/LazyVim/starter ~/.config/nvim
git clone https://github.com/folke/snacks.nvim.git
cd snacks.nvim
nvim
' |
I followed the exact same steps writing |
Does |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.4
Operating system/version
Fedora 41
Describe the bug
When I hit
<leader>sR
to see the last picker results, I'd expect the results to be ordered the say as they were the last time I saw picker. This isn't the case, my file search shows results in different order than the last time I saw it.Steps To Reproduce
Expected Behavior
I'd expect the ordering of results to be exactly the same as the last time I saw them.
Repro
See #1521 (comment)
The text was updated successfully, but these errors were encountered: