mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker.grep): debug
This commit is contained in:
parent
173bc65011
commit
f0d51ce038
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ local function get_cmd(opts, filter)
|
|||
|
||||
-- search pattern
|
||||
local pattern, pargs = Snacks.picker.util.parse(filter.search)
|
||||
dd(pattern, pargs)
|
||||
vim.list_extend(args, pargs)
|
||||
|
||||
args[#args + 1] = "--"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue