aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* feat(lsp): get_border_size(): support repeating border char list #15474zeertzjq2021-08-27
* test: update tests to work with 'hidden'Gregory Anders2021-08-18
* Merge pull request #15368 from jamessan/fragilityJames McCoy2021-08-14
|\
| * test(lsp): disable finicky test when TEST_SKIP_FRAGILE is setJames McCoy2021-08-13
* | fix(lsp): properly handle `nil` lines when trimming empty lines (#15325)Andrea Cappuccio2021-08-10
* | fixup! vim-patch:8.2.3019: location list only has the start position.Jan Edmund Lazo2021-07-31
* | fix(ci): disable broken test on openbsd on all CI due to resource constraintsBjörn Linse2021-07-23
* | feat(lsp): allow diagnostics to be disabled for a buffer (#15134)Gregory Anders2021-07-19
* | test(lsp): file URIs do not allow relative pathsAlessandro Pezzoni2021-07-10
|/
* fix(doc): remove reference to vim.lsp.callbacks (#14576)Matthieu Coudron2021-06-28
* fix(lsp): do not convert vim.NIL to nil in listsAkin Sowemimo2021-06-24
* fixup! vim-patch:8.2.3020: unreachable code (#14866)Matthieu Coudron2021-06-22
* feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* feat(lsp): Split out a `diagnostics_to_items` function from set_loclistMathias Fussenegger2021-06-07
* Merge pull request #14563 from mjlbach/fix_intelephense_langserverMichael Lingelbach2021-05-19
|\
| * lsp: handle case where CompletionItem.insertTextFormat is nilMichael Lingelbach2021-05-16
* | test(lsp_spec): improve correctnessMarco Hinz2021-05-19
* | Revert "lsp: make tagstack smarter motion-wise (#12262)"Marco Hinz2021-05-19
|/
* lsp: add a test for the jump_to_location + jump list fixfrancisco souza2021-05-06
* vim-patch:ebdf3c964a90Jan Edmund Lazo2021-04-27
* lsp: make tagstack smarter motion-wise (#12262)Gabriel Sanches2021-04-23
* lsp: Remove vim.NIL handling from apply_text_document_editMathias Fussenegger2021-04-14
* lsp: Accept text document edits with version zeroMathias Fussenegger2021-04-14
* test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse2021-04-03
* lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for create workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for file rename via workspaceEditMathias Fussenegger2021-03-18
* lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
* Merge pull request #14079 from mjlbach/incremental_syncMichael Lingelbach2021-03-09
|\
| * lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
* | state: throttle batched event processing when input is availableBjörn Linse2021-03-08
|/
* LSP: Resolve text_document_save capability according to specMathias Fussenegger2021-02-25
* lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron2021-02-23
* lsp: Fix text edits operating on the last line of a document (#13677)Mathias Fußenegger2021-02-19
* lsp: client stop cleanups (#13877)Michael Lingelbach2021-02-19
* lsp/tests: Ensure client is stopped in basic_init tests (#13798)Mathias Fußenegger2021-01-27
* LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger2021-01-18
* lsp: Add severity_limit for other diagnostics features (#13528)TJ DeVries2021-01-12
* fix(lsp): Allow subsequent text document edits to pass (#13534)TJ DeVries2021-01-11
* LSP: add test for workspace/configuration handlerMichael Lingelbach2021-01-01
* lsp: Change diagnosticg.get_all to return {bufnr: Diagnostic[]} (#13310)Mathias Fußenegger2020-12-03
* lsp: Fix "unsupported_method" error when the buffer does not have an LSP Serv...eightpigs2020-12-03
* lsp: Expose all diagnostics (#13285)Mathias Fußenegger2020-11-14
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* lsp: fix fallback for callback in method_unsupportedfrancisco souza2020-10-25
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
* vim.validate(): include stacktrace in messageTJ DeVries2020-10-05
* lsp: Fix bad sortText comparison (#12485)Anmol Sethi2020-08-30