aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp_spec.lua
Commit message (Expand)AuthorAge
* lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza2020-06-18
* lsp: Fix text edits with the same start position (#12434)Andreas Johansson2020-06-14
* test: Fix ignored LSP tests (#12470)David Lukes2020-06-11
* lsp: compute height of floating preview correctly for wrapped lines (#12380)Christian Clason2020-06-04
* lua: fix behavior when split empty string (#12429)notomo2020-06-04
* Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexingHirokazu Hata2020-06-04
|\
| * Add tests for jump_to_locationAndreas Johansson2020-05-19
* | lua: simple snippet support in the completion items (#12118)Viktor Kojouharov2020-05-28
* | lsp: make the command error message more detailed (#11633)Hirokazu Hata2020-05-26
|/
* lsp: Handle end lines in apply_text_edits (#12314)Andreas Johansson2020-05-17
* lsp: fix bug when documentEdit version=null for unattached buffer (#12272)landerlo2020-05-13
* LSP: Make applyEdit return a response (#12270)Mathias Fußenegger2020-05-11
* lsp: Make apply_text_edits non-ASCII safe (#12223)Christian Clason2020-05-08
* lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)Hirokazu Hata2020-05-07
* Merge pull request #12237 from h-michael/vim-nilMatthieu Coudron2020-05-04
|\
| * lsp: add a lsp.util.apply_text_edits test(pending)Hirokazu Hata2020-05-04
| * lsp: fix apply_text_document_edit testHirokazu Hata2020-05-04
| * [LSP] check for vim.NIL and add apply_text_document_edit testsckipp012020-05-01
* | lsp: add lsp.util.symbols_to_items testHirokazu Hata2020-05-02
|/
* Merge pull request #12204 from archseer/lsp-user-dataMatthieu Coudron2020-04-30
|\
| * lsp/completion: Expose completion_item under completed_items.user_data.Blaž Hrastnik2020-04-29
* | LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre2020-04-29
|/
* LSP: Fix show_line_diagnostics #12186Mathias Fußenegger2020-04-26
* LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger2020-04-25
* test: add docs for get_completion_word testAndrey Avramenko2020-04-20
* test: add get_completion_word test for text_doc...Andrey Avramenko2020-04-20
* lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* test: always dump logs on failure #11886Justin M. Keyes2020-02-16
* test/LSP: assert contents of log fileJustin M. Keyes2020-02-16
* test/LSP: dump logs on errorJustin M. Keyes2020-02-16
* LSP: fix validate_client_configJustin M. Keyes2020-02-16
* test/LSP: use less-generic exit codeJustin M. Keyes2020-02-16
* test: styleJustin M. Keyes2020-02-16
* LSP: highlight groups test, docJustin M. Keyes2020-01-08
* test: hoist buf_lines()Justin M. Keyes2020-01-08
* test: just say no to hyper-granularityJustin M. Keyes2020-01-08