mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker.files): ignore errors since it's not possible to know if the error isbecause of an incomplete pattern. Fixes #551
This commit is contained in:
parent
0cbdf3f5d8
commit
4823f2da65
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ function M.files(opts, filter)
|
|||
return require("snacks.picker.source.proc").proc(vim.tbl_deep_extend("force", {
|
||||
cmd = cmd,
|
||||
args = args,
|
||||
notify = false,
|
||||
---@param item snacks.picker.finder.Item
|
||||
transform = function(item)
|
||||
item.cwd = cwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue