Merge #24116 from justinmk/doc

This commit is contained in:
Justin M. Keyes
2023-06-25 09:17:47 -07:00
committed by GitHub
60 changed files with 1574 additions and 1700 deletions

View File

@@ -2457,7 +2457,7 @@ end
--- buffer number as arguments. Example:
--- <pre>lua
--- vim.lsp.for_each_buffer_client(0, function(client, client_id, bufnr)
--- print(vim.inspect(client))
--- vim.print(client)
--- end)
--- </pre>
---@deprecated use lsp.get_active_clients({ bufnr = bufnr }) with regular loop