aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* dist: transpile cfilter.vim => cfilter.lua #21662TJ DeVries2023-01-08
* refactor(editorconfig)!: change editorconfig_enable to editorconfigGregory Anders2023-01-07
* feat(editorconfig): allow editorconfig to be toggled dynamicallyGregory Anders2023-01-07
* dist: generated version of ccomplete.vim (#21623)TJ DeVries2023-01-05
* test(editorconfig): add editorconfig testsGregory Anders2023-01-03
* feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger2022-12-31
* test(lsp): add a screen:expect() between insert() and feed_command() (#21577)zeertzjq2022-12-29
* fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla2022-12-19
* feat(lsp): highlight semantic token modifiers (#21390)Christian Clason2022-12-12
* perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard2022-12-12
* fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza2022-12-10
* fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard2022-12-09
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* refactor(test): create an lsp-specific helpers.lua fileJohn Drouhard2022-12-08
* test(lsp): call clear() before willSave tests (#21336)zeertzjq2022-12-08
* feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger2022-12-08
* fix(lsp): call show_document with correct argsMathias Fussenegger2022-12-04
* refactor(lsp): extract a _create_server method in lsp_specMathias Fussenegger2022-12-04
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13
* feat(checkhealth): use "help" syntax, avoid tabpage #20879Justin M. Keyes2022-11-11
* docs: fix typosdundargoc2022-11-02
* feat(checkhealth): check runtime ($VIMRUNTIME)Justin M. Keyes2022-10-30
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* fix(man): handle absolute paths as `:Man` targets (#20624)Mahmoud Al-Qudsi2022-10-17
* vim-patch:3c053a1a5ad2 (#20679)Christian Clason2022-10-17
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* test(shada): fix shada syntax definitions testbfredl2022-10-05
* fix(lsp): create missing directory before creating file (#19835)shaunsingh2022-09-24
* fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed2022-09-20
* fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger2022-09-20
* test(lsp): call clear() before bufwipe test (#20170)zeertzjq2022-09-13
* fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael2022-09-08
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* feat(Man): port to Lua (#19912)Lewis Russell2022-09-02
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* feat(lsp): add tcp supportMathias Fussenegger2022-08-28
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* fix(lsp): small bugs in snippet-parser #18998L3MON4D32022-06-29
* test(report): formatting, drop dumplog()Justin M. Keyes2022-06-15
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* fix(checkhealth): skip vim.health #18816Javier Lopez2022-06-01
* fix(ci): remove 2000ms blocking wait in many plugin/lsp_spec.lua testsbfredl2022-05-22
* feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
* fix(man.vim): q in "$MANPAGER mode" does not quit #18443Arsham Shirvani2022-05-13
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05