mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-25 07:34:03 +00:00
feat(builtin.autocommands): support jumping to lua callback src (#2916)
This commit is contained in:
@@ -1232,6 +1232,7 @@ function make_entry.gen_from_autocommands(opts)
|
||||
group_name = group_name,
|
||||
pattern = entry.pattern,
|
||||
command = command,
|
||||
callback = entry.callback,
|
||||
},
|
||||
--
|
||||
ordinal = entry.event .. " " .. group_name .. " " .. entry.pattern .. " " .. entry.command,
|
||||
|
||||
Reference in New Issue
Block a user