feat(builtin.autocommands): support jumping to lua callback src (#2916)

This commit is contained in:
Tyler Miller
2024-02-13 19:00:33 -08:00
committed by GitHub
parent 0f865f17af
commit eb88dc6434
2 changed files with 14 additions and 0 deletions

View File

@@ -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,