mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(lsp): wrong format of bufnr and client order in error message (#22336)
This commit is contained in:
parent
286777c333
commit
bdf6d8733e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user