aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* fix(tohtml): properly handle multiple hl groups #29012Riley Bruins2024-05-26
* fix: change deprecation presentationdundargoc2024-05-24
* fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly2024-05-23
* fix(lsp): trigger LspDetach on buffer delete (#28795)Andre Toerien2024-05-23
* fix: merge all provider healthchecks into a single health.luadundargoc2024-05-22
* fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins2024-05-21
* refactor!: remove `nvim` and `provider` module for checkhealthdundargoc2024-05-19
* refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell2024-05-10
* feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming2024-05-02
* feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming2024-05-02
* fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)Brian Cao2024-04-26
* refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger2024-04-23
* test: improve test conventionsdundargoc2024-04-23
* fix(completion): check that healthcheck name is string (#28458)zeertzjq2024-04-22
* feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)Mathias Fußenegger2024-04-18
* revert: "feat(health): fold successful healthchecks #22866"dundargoc2024-04-13
* test: remove unnecessary nil argument to testutil (#28270)zeertzjq2024-04-11
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: reduce `exec_lua` callsdundargoc2024-04-04
* test: skip another flaky test on macOS (#28087)zeertzjq2024-03-29
* test(lsp): fix flaky basic_finish test again (#28041)zeertzjq2024-03-26
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(test): typingLewis Russell2024-03-25
* Revert "refactor(lsp): simplify client tracking"Lewis Russell2024-03-25
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test(lsp): fix flaky basic_finish test (#27899)zeertzjq2024-03-18
* fix(tutor): set a value for ":syntax iskeyword" (#27833)En-En2024-03-18
* fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda2024-03-17
* fix(lsp): add missing LSP semantic token highlight linksCaleb Marshall2024-03-16
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* test(tohtml_spec): don't use hard-coded sleeping time (#27770)zeertzjq2024-03-08
* fix(tohtml): replace hex escape with digit escape (#27728)altermo2024-03-04
* fix(lsp): directly rename the existing buffers when renaming (#27690)Jaehwang Jung2024-03-02
* feat(lsp): add fswatch watchfunc backendLewis Russell2024-03-01
* fix(lsp): cancel watchers when closing a clientLewis Russell2024-03-01
* refactor(watch): general tidy upLewis Russell2024-03-01
* fix(lsp): rename undofile when renaming (#27684)Jaehwang Jung2024-03-01
* fix(lsp): remove unnecessary file load/write when renaming (#27621)Jaehwang Jung2024-02-28
* feat!: rewrite TOhtml in luaaltermo2024-02-28
* feat(lsp): support completion itemDefaultsMaria José Solano2024-02-27
* fix(lsp): when renaming directory, check path prefix of buffer names (#27603)Jaehwang Jung2024-02-24
* fix(genvimvim): generate prefixed boolean options properly (#27487)zeertzjq2024-02-16
* fix(lsp): rename: load and list new buffer if attached to window (#27408)Tomasz N2024-02-14
* refactor(lsp): resolve the config-client entanglementLewis Russell2024-02-13
* refactor(lsp): move more code to client.luaLewis Russell2024-02-11