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:
bfredl
2026-09-07 14:43:11 +02:00
parent 97660307f5
commit b6b190291d
4 changed files with 34 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ local dup_allowed = {
E312 = 2,
E317 = 4,
E319 = 2,
E367 = 3,
E423 = 3,
E474 = 60,
E475 = 6,