mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-14 08:35:10 +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|{}
|
---@type snacks.picker.grep.Config|{}
|
||||||
M.grep_word = {
|
M.grep_word = {
|
||||||
finder = "grep",
|
finder = "grep",
|
||||||
|
regex = false,
|
||||||
format = "file",
|
format = "file",
|
||||||
search = function(picker)
|
search = function(picker)
|
||||||
return picker:word()
|
return picker:word()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue