mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
refactor: format diagnostic.lua (#16540)
This commit is contained in:
parent
62f0157853
commit
4306b395de
@ -1336,7 +1336,10 @@ function M.reset(namespace, bufnr)
|
|||||||
end
|
end
|
||||||
|
|
||||||
vim.api.nvim_command(
|
vim.api.nvim_command(
|
||||||
string.format("doautocmd <nomodeline> DiagnosticChanged %s", vim.fn.fnameescape(vim.api.nvim_buf_get_name(bufnr)))
|
string.format(
|
||||||
|
"doautocmd <nomodeline> DiagnosticChanged %s",
|
||||||
|
vim.fn.fnameescape(vim.api.nvim_buf_get_name(bufnr))
|
||||||
|
)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user