Files
neovim/test/functional/api
Sean Dewar 446e794a9c fix(api)!: empty non-nil autocmd "pattern" handling
Problem: in autocmd APIs, a non-nil "pattern" containing only empty
'sub'-patterns is silently treated as nil, causing the fallback value to be
unexpectedly used instead.

Solution: for nvim_create_autocmd(), raise a validation error (as no autocmds
would be created). For nvim_{exec,clear}_autocmds(), make it a no-op (as
matching no autocmds is not an error).
2026-04-08 21:48:38 +01:00
..
2025-12-06 20:33:02 -05:00
2026-03-28 09:59:54 -04:00
2024-04-23 18:17:04 +02:00
2024-01-03 02:09:29 +01:00