summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/sync.lua
AgeCommit message (Expand)AuthorFiles
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason1
2025-06-06fix: type fixesLewis Russell1
2024-11-25refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-07-31fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-10refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano1
2024-02-10refactor(lsp): add type annotationsMaria José Solano1
2023-12-17refactor(lsp): move changetracking to separate file (#26577)Lewis Russell1
2023-12-14feat(lsp): more annotationsLewis Russell1
2023-10-16docs: do not hardcode LSP version in URL #25648Maria José Solano1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-07-10fix(lint): lint warnings #24226Raphael1
2023-03-07docs(lsp): change type annotations from number → integer (#22510)Jaehwang Jung1
2022-11-29docs: fix typos (#21196)dundargoc1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-03-06fix(lsp): handle insertion of previous line (#17618)Michael Lingelbach1
2022-03-05fix(lsp): start incremental sync range at previous newline character (#17610)Michael Lingelbach1
2022-01-04chore: fix typos (#16816)dundargoc1
2021-12-17fix(lsp): correctly align start and end range to codepoints during incrementa...Rishikesh Vaishnav1
2021-11-30docs(lsp): add annotations for private functionsGregory Anders1
2021-11-27chore: fix typos (#16361)dundargoc1
2021-11-18fix(lsp): improve incremental sync robustness (#16358)Michael Lingelbach1
2021-11-15fix(lsp): fix edge cases in incremental sync (#16308)Michael Lingelbach1
2021-11-09fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach1