fix(picker): disable regex for grep_word (#1363)

## Related Issue(s)
- Fixes #1361
This commit is contained in:
iniw 2025-02-21 15:25:46 -03:00 committed by GitHub
parent 2261b0eedf
commit 54298eb624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -365,6 +365,7 @@ M.grep_buffers = {
---@type snacks.picker.grep.Config|{}
M.grep_word = {
finder = "grep",
regex = false,
format = "file",
search = function(picker)
return picker:word()