mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(gitbrowse): removed debug
This commit is contained in:
parent
0a48c2e726
commit
f8949523ed
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ function M.get_url(repo, fields, opts)
|
|||
for remote, patterns in pairs(opts.url_patterns) do
|
||||
if repo:find(remote) then
|
||||
local pattern = patterns[opts.what]
|
||||
dd(pattern)
|
||||
if type(pattern) == "string" then
|
||||
return repo .. pattern:gsub("(%b{})", function(key)
|
||||
return fields[key:sub(2, -2)] or key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue