mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-06 11:48:23 +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
|
-- search pattern
|
||||||
local pattern, pargs = Snacks.picker.util.parse(filter.search)
|
local pattern, pargs = Snacks.picker.util.parse(filter.search)
|
||||||
dd(pattern, pargs)
|
|
||||||
vim.list_extend(args, pargs)
|
vim.list_extend(args, pargs)
|
||||||
|
|
||||||
args[#args + 1] = "--"
|
args[#args + 1] = "--"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue