Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(lsp): improve incremental sync robustness (#16358) | Michael Lingelbach | 2021-11-18 |
| | | | | | closes https://github.com/neovim/neovim/issues/16352 * improve handling of multi-byte deletions | ||
* | fix(lsp): fix edge cases in incremental sync (#16308) | Michael Lingelbach | 2021-11-15 |
| | |||
* | fix(lsp): rewrite incremental sync (#16252) | Michael Lingelbach | 2021-11-09 |
* use codeunits/points instead of byte ranges when applicable * take into account different file formats when computing range and sending text (dos, unix, and mac supported) * add tests of incremental sync |