9.2.0 (2023-01-13)
Features
- commands: allow commands like
Lazy ... | ...
(#377) (7b78ce3) - spec: event, keys, ft and cmd can now also be a function that returns the values to be used (2128ca9)
Bug Fixes
- cache: de-duplicate topmods. Fixes #349 (81017b9)
- float: only clear diagnostics for valid buffers (7b0d1a7)
- ui: open diff and others over the ui. Don't try to be smart about it. Fixes #361 (3fbe4fe)
- use
vim.api.nvim_exec_autocmds
instead ofvim.cmd[[do]]
to prevent weirdvim.notify
behavior (b73312a)