Files
neovim/test/functional
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-08-01 21:54:18 +08:00
2022-06-28 04:02:29 -07:00
2022-07-31 13:13:19 +08:00