aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
...
* 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
* LSP: eliminate lsp.stop_all_clients()Justin M. Keyes2019-12-31
* Revert "runtime: Add vim.lsp.get_client_by_name" #11623Ashkan Kiani2019-12-29
* runtime: Add vim.lsp.get_client_by_name (#11603)Hirokazu Hata2019-12-28
* LSP: Fix flaky test #11618Ashkan Kiani2019-12-27
* lualintAshkan Kiani2019-11-21
* UpdatesAshkan Kiani2019-11-21
* lsp: transmit "\n" after last line when 'eol' is setBjörn Linse2019-11-21
* lua LSP client: initial implementation (#11336)Ashkan Kiani2019-11-13
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* tests/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2019-10-13
* test/shada_spec: avoid exit_event race #10951Justin M. Keyes2019-09-05
* tests: assert:set_parameter('TableFormatLevel', 100) #10925Daniel Hahler2019-09-03
* Fix lualint: remove unused varDaniel Hahler2019-08-07
* tests: more cleanup of plugin/shada_specDaniel Hahler2019-08-07
* test: Eliminate plugin/helpers.luaJustin M. Keyes2019-08-05
* test/man_spec: remove plugin_helpers.reset()Justin M. Keyes2019-08-05
* man.vim: Handle ANSI escape sequences with ":" #10267Kovas Palunas2019-06-30
* functionaltest: win: enable shada FileWriteCmdJan Edmund Lazo2018-10-31
* startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse2018-09-22
* startup: wait for embedder before executing startup commands and filesBjörn Linse2018-09-18
* functests: Add testsZyX2018-09-06
* test: man_spec: Fix use of nested [[ quotingJames McCoy2018-02-02
* test: robust cleanup, unique filenames #7950 (#7950)Justin M. Keyes2018-02-01
* tests: :checkhealth completionMarco Hinz2018-01-18
* Merge #7623 'man.vim: highlight bold, underlined text'Justin M. Keyes2018-01-09
|\