mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(lsp): wrong format of bufnr and client order in error message (#22336)
This commit is contained in:
@@ -1736,8 +1736,8 @@ function lsp.buf_detach_client(bufnr, client_id)
|
||||
vim.notify(
|
||||
string.format(
|
||||
'Buffer (id: %d) is not attached to client (id: %d). Cannot detach.',
|
||||
client_id,
|
||||
bufnr
|
||||
bufnr,
|
||||
client_id
|
||||
)
|
||||
)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user