summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2020-05-08lsp: Make apply_text_edits non-ASCII safe (#12223)Christian Clason1
2020-05-07lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)Hirokazu Hata1
2020-05-04Merge pull request #12237 from h-michael/vim-nilMatthieu Coudron1
2020-05-04lsp: add a lsp.util.apply_text_edits test(pending)Hirokazu Hata1
2020-05-04lsp: fix apply_text_document_edit testHirokazu Hata1
2020-05-02lsp: add lsp.util.symbols_to_items testHirokazu Hata1
2020-05-01[LSP] check for vim.NIL and add apply_text_document_edit testsckipp011
2020-04-30Merge pull request #12204 from archseer/lsp-user-dataMatthieu Coudron1
2020-04-29LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre1
2020-04-29lsp/completion: Expose completion_item under completed_items.user_data.Blaž Hrastnik1
2020-04-26LSP: Fix show_line_diagnostics #12186Mathias Fußenegger1
2020-04-25LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger1
2020-04-20test: add docs for get_completion_word testAndrey Avramenko1
2020-04-20test: add get_completion_word test for text_doc...Andrey Avramenko1
2020-03-01lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata1
2020-02-16test: always dump logs on failure #11886Justin M. Keyes1
2020-02-16test/LSP: assert contents of log fileJustin M. Keyes1
2020-02-16test/LSP: dump logs on errorJustin M. Keyes1
2020-02-16LSP: fix validate_client_configJustin M. Keyes1
2020-02-16test/LSP: use less-generic exit codeJustin M. Keyes1
2020-02-16test: styleJustin M. Keyes1
2020-01-08LSP: highlight groups test, docJustin M. Keyes1
2020-01-08test: hoist buf_lines()Justin M. Keyes1
2020-01-08test: just say no to hyper-granularityJustin M. Keyes2
2019-12-31LSP: eliminate lsp.stop_all_clients()Justin M. Keyes1
2019-12-29Revert "runtime: Add vim.lsp.get_client_by_name" #11623Ashkan Kiani1
2019-12-28runtime: Add vim.lsp.get_client_by_name (#11603)Hirokazu Hata1
2019-12-27LSP: Fix flaky test #11618Ashkan Kiani1
2019-11-21lualintAshkan Kiani1
2019-11-21UpdatesAshkan Kiani1
2019-11-21lsp: transmit "\n" after last line when 'eol' is setBjörn Linse1
2019-11-13lua LSP client: initial implementation (#11336)Ashkan Kiani1
2019-10-13tests/ui: remove unnecessary screen:detach()Björn Linse1
2019-10-13tests/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2
2019-09-05test/shada_spec: avoid exit_event race #10951Justin M. Keyes1
2019-09-03tests: assert:set_parameter('TableFormatLevel', 100) #10925Daniel Hahler1
2019-08-07Fix lualint: remove unused varDaniel Hahler1
2019-08-07tests: more cleanup of plugin/shada_specDaniel Hahler1
2019-08-05test: Eliminate plugin/helpers.luaJustin M. Keyes5
2019-08-05test/man_spec: remove plugin_helpers.reset()Justin M. Keyes1
2019-06-30man.vim: Handle ANSI escape sequences with ":" #10267Kovas Palunas1
2018-10-31functionaltest: win: enable shada FileWriteCmdJan Edmund Lazo1
2018-09-22startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse1
2018-09-18startup: wait for embedder before executing startup commands and filesBjörn Linse1
2018-09-06functests: Add testsZyX1
2018-02-02test: man_spec: Fix use of nested [[ quotingJames McCoy1
2018-02-01test: robust cleanup, unique filenames #7950 (#7950)Justin M. Keyes1
2018-01-18tests: :checkhealth completionMarco Hinz1
2018-01-09Merge #7623 'man.vim: highlight bold, underlined text'Justin M. Keyes3
2018-01-06win: enable more functional testsJan Edmund Lazo1