mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

vim.diagnostic.set_list() uses chistory to restore the actively selected entry whenever necessary. This however also results in it displaying some output in the message bar, but this output isn't useful (and can even be distracting) when opening the quickfix window. This fixes this by silencing the chistory command.