summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2022-10-17fix(man): handle absolute paths as `:Man` targets (#20624)Mahmoud Al-Qudsi1
2022-10-17vim-patch:3c053a1a5ad2 (#20679)Christian Clason1
2022-10-08feat(lsp): support window/showDocument (#19977)lvimuser1
2022-10-05test(shada): fix shada syntax definitions testbfredl1
2022-09-24fix(lsp): create missing directory before creating file (#19835)shaunsingh1
2022-09-20fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed1
2022-09-20fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger1
2022-09-13test(lsp): call clear() before bufwipe test (#20170)zeertzjq1
2022-09-08fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael1
2022-09-08feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger1
2022-09-02feat(Man): port to Lua (#19912)Lewis Russell1
2022-08-30fix(exceptions): restore `did_throw` (#20000)Sean Dewar1
2022-08-28feat(lsp): add tcp supportMathias Fussenegger1
2022-08-01fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger1
2022-07-17refactor(lsp): use autocmd api (#19407)ii142
2022-06-29fix(lsp): small bugs in snippet-parser #18998L3MON4D31
2022-06-15test(report): formatting, drop dumplog()Justin M. Keyes1
2022-06-05fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger1
2022-06-03feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger1
2022-06-01fix(checkhealth): skip vim.health #18816Javier Lopez1
2022-05-22fix(ci): remove 2000ms blocking wait in many plugin/lsp_spec.lua testsbfredl1
2022-05-18feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders1
2022-05-13fix(man.vim): q in "$MANPAGER mode" does not quit #18443Arsham Shirvani1
2022-05-12fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre1
2022-05-05fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger1
2022-05-05fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman1
2022-04-30fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger1
2022-04-30feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger1
2022-04-30feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach1
2022-04-30chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach1
2022-04-30feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre1
2022-04-26fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii141
2022-04-15fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre1
2022-03-25chore: fix typos (#17755)dundargoc1
2022-03-20fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)Tim Pope1
2022-03-06fix(lsp): handle insertion of previous line (#17618)Michael Lingelbach1
2022-03-05fix(lsp): start incremental sync range at previous newline character (#17610)Michael Lingelbach1
2022-03-02feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-02-09fix(healthcheck): handle empty reportsEdmund Cape1
2022-02-03fix(health): do not run external processes in a shellzeertzjq1
2022-01-13fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach1
2022-01-13fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger1
2022-01-13fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th1
2022-01-11refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger1
2022-01-05feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach1
2021-12-21feat(lsp): add buf_detach_client (#16250)Michael Lingelbach1
2021-12-18feat(runtime): new checkhealth filetype (#16660)matveyt1
2021-12-17fix(lsp): correctly align start and end range to codepoints during incrementa...Rishikesh Vaishnav1
2021-11-21chore(lsp): clean up initialization process (#16369)Michael Lingelbach1