mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

* feat(diagnostic): add vim.diagnostic.match() Provide vim.diagnostic.match() to generate a diagnostic from a string and a Lua pattern. * feat(diagnostic): add tolist() and fromlist()