Merge remote-tracking branch 'origin/rolling' into release-candidate

This commit is contained in:
kylo252 2021-12-12 19:48:08 +01:00
commit a29e098598

View file

@ -31,8 +31,10 @@ function M.get_client_capabilities(client_id)
break
end
end
else
client = vim.lsp.get_client_by_id(tonumber(client_id))
end
if not client_id then
if not client then
error "Unable to determine client_id"
return
end