mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
fix(lsp): flush change notifications on save (#39894)
This commit is contained in:
@@ -216,6 +216,8 @@ function M._send_did_save(bufnr)
|
||||
},
|
||||
text = included_text,
|
||||
})
|
||||
else
|
||||
M.flush(client, bufnr)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user