mirror of
https://github.com/neovim/neovim.git
synced 2026-09-15 02:12:18 +00:00
fix(api): do not pull a fast one for nvim_del_augroup_by_id
This is a bit more boilerplate because of painful impedance mismatch (is augroup names the root source of truth? is ids the source of truth? who knows? what does truth even mean?), but show an error reflecting what the caller actually tried (they passed in an invalid id, not a null string)
This commit is contained in:
@@ -32,6 +32,7 @@ local dup_allowed = {
|
||||
E312 = 2,
|
||||
E317 = 4,
|
||||
E319 = 2,
|
||||
E367 = 3,
|
||||
E423 = 3,
|
||||
E474 = 60,
|
||||
E475 = 6,
|
||||
|
||||
Reference in New Issue
Block a user