mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
fix(grep): explicitely set --no-hidden
because of the git filter
This commit is contained in:
parent
76fbf9e8a8
commit
ae2de9aa81
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ local function get_cmd(opts, filter)
|
|||
-- hidden
|
||||
if opts.hidden then
|
||||
table.insert(args, "--hidden")
|
||||
else
|
||||
table.insert(args, "--no-hidden")
|
||||
end
|
||||
|
||||
-- ignored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue