fix(lsp): check if buffer is valid in changetracking (#15505)

This commit is contained in:
Jose Alvarez
2021-08-28 18:57:06 +09:00
committed by GitHub
parent 8af13ed946
commit 04938eed3e

View File

@@ -381,7 +381,7 @@ do
end
state.pending_change = function()
state.pending_change = nil
if client.is_stopped() then
if client.is_stopped() or not vim.api.nvim_buf_is_valid(bufnr) then
return
end
local contentChanges