Files
neovim/runtime/lua/vim
Mathias Fußenegger e99de3f12f fix(lsp): send didOpen if name changes on write (#19583)
`:saveas newName` changes the name of an existing buffer.
Due to the buffer re-use it skips the lsp attach phase and immediately
sends a `didSave` notification to the server.
Servers get confused about this, because they expect a `didOpen`
notification first.

Closes https://github.com/neovim/neovim/issues/18688
2022-08-01 22:32:53 +02:00
..
2022-05-09 16:31:55 +02:00
2022-07-31 16:46:38 +08:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00