mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-13 08:05:08 +00:00
fix(picker): disable regex for grep_word (#1363)
## Related Issue(s) - Fixes #1361
This commit is contained in:
parent
2261b0eedf
commit
54298eb624
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue