summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2025-08-17fix(api,lsp): call on_detach before wiping out the buffer #35355Jaehwang Jung1
2025-08-09feat(pack): allow skip install confirmation in `add()`Evgeni Chasnovski1
2025-08-09feat(pack): allow function `opts.load` in `add()`Evgeni Chasnovski1
2025-08-09fix(pack): update `add()` to have default `load=false` during startupEvgeni Chasnovski1
2025-08-06feat(lsp): improve signature help display #35190skewb1k1
2025-08-06fix(lsp): show title when global winborder is set (#35181)glepnir1
2025-08-03fix(snippet): early return for final tabstop #35115TheBlob421
2025-08-03fix(lsp): decode 'null' in server responses as vim.NIL #34849skewb1k2
2025-08-02test(pack): add `vim.pack` testsEvgeni Chasnovski1
2025-07-26fix(cmdline): :checkhealth completion with multiple args (#35060)zeertzjq1
2025-07-23refactor(shada): switch plugin/shada.vim to Lua #34725Yochem van Rosmalen1
2025-07-22fix(lsp): support `containerName` in symbol requests #35029Riley Bruins1
2025-07-21feat(lsp): diagnostic related documents supportRiley Bruins1
2025-07-21fix(lsp): store result id for unchanged diagnostic reportsRiley Bruins1
2025-07-20fix(lsp): show notification with empty hover response (#35014)Maria José Solano1
2025-07-19feat(lsp): support linked editing ranges #34388Riley Bruins1
2025-07-18test(tutor_spec): remove test description("Tutor: tutor")brianhuster1
2025-07-18refactor(tutor): reimplement interactive marks as extmark in Luabrianhuster1
2025-07-13refactor(lsp): rename vim.lsp.semantic_tokens start/stop to enable()Yi Ming1
2025-07-13test(lsp): remove the deprecated `feed_command`Yi Ming1
2025-07-13refactor(lsp): utility functions for `enable()/is_enabled()`Yi Ming1
2025-07-08fix(health): floating window closes when opening TOC (gO) #34794glepnir1
2025-07-07refactor(lsp): stateful data abstraction, vim.lsp.Capability #34639Yi Ming1
2025-07-06fix(vim.pack): add() stops unexpectedly on package load error #34787Phạm Bình An1
2025-07-06feat(lsp): handle deprecated document symbols (#34751)Maria José Solano1
2025-07-04feat(pack): add built-in plugin manager `vim.pack`Evgeni Chasnovski1
2025-06-28vim-patch:9.1.1421: tests: need a test for the new-style tutor.tutor (#34267)Phạm Bình An1
2025-06-23feat(lsp): support annotated text edits (#34508)Maria José Solano1
2025-06-18feat(lsp): pass resolved config to cmd() #34550Julian Visser2
2025-06-17fix(lsp): support v:count in selection_range() #34551Riley Bruins1
2025-06-17test(lsp): return tables instead of deserializing strings #34554Riley Bruins1
2025-06-16feat(lsp): handle disabled code actions (#34453)Riley Bruins1
2025-06-13feat(lsp): support multiline semantic tokens #34458Riley Bruins1
2025-06-11fix(editorconfig): a custom property is treated as a section (#34445)fortime1
2025-06-09feat(lsp): workspace diagnostic support (#34262)Maria José Solano1
2025-06-09feat(lsp): static registration support (#34371)Maria José Solano1
2025-06-01docs: news, intro, lsp, api #33687Justin M. Keyes1
2025-05-23vim-patch:2323f22: runtime(new-tutor): add chapter two to the interactive tut...brianhuster1
2025-05-22fix(lsp): fix error with InsertReplaceEdit events #33973Evan Hahn1
2025-05-22fix: use nvim namespace convention #34010Yochem van Rosmalen1
2025-05-21docs(tutor): move lesson 7.2 below lesson 7.3 #33662Phạm Bình An1
2025-05-04fix(lua): vim.validate `message` param #33675Justin M. Keyes1
2025-05-04fix(lsp): check if client is stopping before reuse #33796Eike1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-05-04feat(lsp): support `documentColor` dynamic registration #33800Maria José Solano1
2025-05-03feat(lsp): detach LSP clients when 'filetype' changes #33707Jeremy Fleischman1
2025-05-03feat(lsp): vim.lsp.is_enabled() #33703Jeremy Fleischman1
2025-05-03fix(lsp): improper diagnostic end_col computationRiley Bruins1
2025-05-02Merge pull request #28344 from bfredl/wonderlandbfredl1
2025-05-02feat(build): build.zig MVP: build and run functionaltests on linuxbfredl1