aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* 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
* feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* test(lsp): add test cases for vim.lsp.tagfuncJongwook Choi2024-02-03
* docs: various #25289Justin M. Keyes2024-01-18
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(lsp): support connect via named pipes/unix domain sockets (#26032)TheLeoP2024-01-02
* refactor(health): refactor provider healthchecksGregory Anders2024-01-01
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* feat(health): checkhealth buffer can show in a split window (#26714)Pablo Arias2023-12-25
* fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)Michal Liszcz2023-12-22
* refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli2023-12-22
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: skip failing watch file tests on freebsd (#26110)Mathias Fußenegger2023-11-19
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* fix(lsp): fix omnicomplete in middle of the line (#25787)Lajos Koszti2023-10-26
* fix(lsp): fix off-by-one error for omnifunc word boundaryMathias Fussenegger2023-10-23
* refactor(lsp): deprecate completion util methodsMathias Fussenegger2023-10-21
* fix(lsp): refactor escaping snippet text (#25611)Maria José Solano2023-10-14
* fix(lsp): handle NUL bytes in popup text (#25612)zeertzjq2023-10-12