mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
fix: use nvim namespace convention #34010
This commit is contained in:

committed by
GitHub

parent
fed9069b8d
commit
62ba6e8a76
@@ -742,7 +742,7 @@ local registered_autocmds = {}
|
||||
|
||||
local function make_augroup_key(namespace, bufnr)
|
||||
local ns = M.get_namespace(namespace)
|
||||
return string.format('DiagnosticInsertLeave:%s:%s', bufnr, ns.name)
|
||||
return string.format('nvim.diagnostic.insertleave.%s.%s', bufnr, ns.name)
|
||||
end
|
||||
|
||||
--- @param namespace integer
|
||||
|
Reference in New Issue
Block a user