Files
neovim/runtime/lua
Gregory Anders 4a64ce140f fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged
Use nvim_exec_autocmds to issue the DiagnosticChanged autocommand,
rather than nvim_buf_call, which has some side effects when drawing
statuslines.
2022-04-20 07:31:58 -06:00
..