summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
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-14fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger1
2021-11-09fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach1
2021-11-07feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen1
2021-11-06feat(lua): enable stack traces in error output (#16228)Gregory Anders2
2021-11-01feat(lsp): add per-client commands (#16101)Michael Lingelbach2
2021-10-29refactor(diagnostic): make display handlers generic (#16137)Gregory Anders1
2021-10-29feat(lsp): track pending+cancel requests on client object #15949jdrouhard1
2021-10-18fix(lsp): fix cursor row after textEdits (#16038)hrsh7th1
2021-10-16chore(test): adapt healthcheck test to new css syntaxChristian Clason1
2021-10-10fix(lsp): do not invoke handlers for unsupported methods (#15926)Michael Lingelbach1
2021-10-08fix(lsp): update tests using 0.5.0 handler calls (#15969)Michael Lingelbach1
2021-10-08fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav1
2021-10-05fix(checkhealth): mitigate issues with duplicate healthchecks #15919Javier Lopez1
2021-10-04feat(ex_checkhealth): provide function for command line completionJavier López1
2021-10-04test(runtime/health): cover lua healthchecksJavier López1
2021-10-02fix(float)!: always anchor to corner of window including border #15832zeertzjq1
2021-10-02fix(lsp_spec): tests depended on previous sessionJustin M. Keyes1
2021-09-28feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger1
2021-09-28feat(lsp): add client command support to codelens (#15820)Mathias Fußenegger1
2021-09-22Merge pull request #14115 from mfussenegger/lsp-commandsMichael Lingelbach1
2021-09-21fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)Gregory Anders1
2021-09-20feat(lsp): add a registry for client side code action commandsMathias Fussenegger1
2021-09-20feat(lsp): include original request params in handler ctxMathias Fussenegger1
2021-09-18feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th1
2021-09-17fix(diagnostic): remove useless highlight links (#15683)Gregory Anders1
2021-09-16fix(lint): remove unused function from diagnostic specGregory Anders1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2
2021-09-14fix(lsp): correctly parse LSP snippets #15579hrsh7th2
2021-09-08feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh1
2021-09-05fix(lsp): update workspace/applyEdit handler signature (#15573)Jose Alvarez1
2021-09-05Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach3
2021-09-05feat(lsp)!: change handler signatureMichael Lingelbach3
2021-08-27feat(lsp): get_border_size(): support repeating border char list #15474zeertzjq1
2021-08-18test: update tests to work with 'hidden'Gregory Anders1
2021-08-14Merge pull request #15368 from jamessan/fragilityJames McCoy1
2021-08-13test(lsp): disable finicky test when TEST_SKIP_FRAGILE is setJames McCoy1
2021-08-10fix(lsp): properly handle `nil` lines when trimming empty lines (#15325)Andrea Cappuccio1
2021-07-31fixup! vim-patch:8.2.3019: location list only has the start position.Jan Edmund Lazo1
2021-07-23fix(ci): disable broken test on openbsd on all CI due to resource constraintsBjörn Linse1
2021-07-19feat(lsp): allow diagnostics to be disabled for a buffer (#15134)Gregory Anders1
2021-07-10test(lsp): file URIs do not allow relative pathsAlessandro Pezzoni3
2021-06-28fix(doc): remove reference to vim.lsp.callbacks (#14576)Matthieu Coudron1
2021-06-24fix(lsp): do not convert vim.NIL to nil in listsAkin Sowemimo1
2021-06-22fixup! vim-patch:8.2.3020: unreachable code (#14866)Matthieu Coudron1
2021-06-14feat(lsp): Add codelens supportMathias Fussenegger1
2021-06-07feat(lsp): Split out a `diagnostics_to_items` function from set_loclistMathias Fussenegger1
2021-05-19Merge pull request #14563 from mjlbach/fix_intelephense_langserverMichael Lingelbach1
2021-05-19test(lsp_spec): improve correctnessMarco Hinz1