We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483f36a commit ca3cf89Copy full SHA for ca3cf89
1 file changed
lua/neorg/modules/core/autocommands/module.lua
@@ -45,7 +45,7 @@ local module = modules.create("core.autocommands")
45
---@param name string #The name of the autocommand that was just triggered
46
---@param triggered_from_norg boolean #If true, that means we have received this event as part of a *.norg autocommand
47
---@param ev? table the original event data
48
-function _neorg_module_autocommand_triggered(name, triggered_from_norg, ev)
+function _neorg_module_autocommand_triggered(name, triggered_from_norg, ev) ---@diagnostic disable-line: lowercase-global
49
local event = modules.create_event(module, name, { norg = triggered_from_norg }, ev)
50
assert(event)
51
modules.broadcast_event(event)
0 commit comments