aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/sync.lua
Commit message (Expand)AuthorAge
* refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming2024-11-25
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung2024-07-31
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano2024-02-10
* refactor(lsp): add type annotationsMaria José Solano2024-02-10
* refactor(lsp): move changetracking to separate file (#26577)Lewis Russell2023-12-17
* feat(lsp): more annotationsLewis Russell2023-12-14
* docs: do not hardcode LSP version in URL #25648Maria José Solano2023-10-16
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* fix(lint): lint warnings #24226Raphael2023-07-10
* docs(lsp): change type annotations from number → integer (#22510)Jaehwang Jung2023-03-07
* docs: fix typos (#21196)dundargoc2022-11-29
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* chore: format runtime with styluaChristian Clason2022-05-09
* fix(lsp): handle insertion of previous line (#17618)Michael Lingelbach2022-03-06
* fix(lsp): start incremental sync range at previous newline character (#17610)Michael Lingelbach2022-03-05
* chore: fix typos (#16816)dundargoc2022-01-04
* fix(lsp): correctly align start and end range to codepoints during incrementa...Rishikesh Vaishnav2021-12-17
* docs(lsp): add annotations for private functionsGregory Anders2021-11-30
* chore: fix typos (#16361)dundargoc2021-11-27
* fix(lsp): improve incremental sync robustness (#16358)Michael Lingelbach2021-11-18
* fix(lsp): fix edge cases in incremental sync (#16308)Michael Lingelbach2021-11-15
* fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach2021-11-09