bug: When doing a non-live grep, the picker window opens only after first match is found #1507
Open
4 tasks done
Labels
bug
Something isn't working
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.2
Operating system/version
Windows 11, Mac OS 15.0.1
Describe the bug
When doing a non-live grep, the picker window opens only after first match is found, which is confusing and makes cancelling the search impossible.
show_empty
makes no difference. Live greps don't suffer from this issue.Steps To Reproduce
lua Snacks.picker.grep({ search = "foo", live = false })
Expected Behavior
An empty picker window should open immediately after issuing the command and should be populated eventually when the first results come in from ripgrep.
Repro
The text was updated successfully, but these errors were encountered: