summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp/incremental_sync_spec.lua
AgeCommit message (Expand)AuthorFiles
2024-11-25refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-07-31fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
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
2021-12-17fix(lsp): correctly align start and end range to codepoints during incrementa...Rishikesh Vaishnav1
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