aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/health_spec.lua
Commit message (Expand)AuthorAge
* feat(health): show :checkhealth in floating window #31086glepnir2025-01-07
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* feat(health): highlight headings #30525Justin M. Keyes2024-09-26
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* test(health): "test_plug/health/init.lua" completes as "test_plug"Justin M. Keyes2024-09-11
* fix: change deprecation presentationdundargoc2024-05-24
* fix: merge all provider healthchecks into a single health.luadundargoc2024-05-22
* refactor!: remove `nvim` and `provider` module for checkhealthdundargoc2024-05-19
* test: improve test conventionsdundargoc2024-04-23
* fix(completion): check that healthcheck name is string (#28458)zeertzjq2024-04-22
* revert: "feat(health): fold successful healthchecks #22866"dundargoc2024-04-13
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: reduce `exec_lua` callsdundargoc2024-04-04
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* 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
* feat(health): fold successful healthchecks #22866Alexandre Teoi2023-06-06
* fix(health): replace healthFoo with DiagnosticFoo (#23475)Christian Clason2023-05-05
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* feat(checkhealth): use "help" syntax, avoid tabpage #20879Justin M. Keyes2022-11-11
* feat(checkhealth): check runtime ($VIMRUNTIME)Justin M. Keyes2022-10-30
* vim-patch:3c053a1a5ad2 (#20679)Christian Clason2022-10-17
* fix(checkhealth): skip vim.health #18816Javier Lopez2022-06-01
* fix(healthcheck): handle empty reportsEdmund Cape2022-02-09
* fix(health): do not run external processes in a shellzeertzjq2022-02-03
* feat(runtime): new checkhealth filetype (#16660)matveyt2021-12-18
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* chore(test): adapt healthcheck test to new css syntaxChristian Clason2021-10-16
* fix(checkhealth): mitigate issues with duplicate healthchecks #15919Javier Lopez2021-10-05
* feat(ex_checkhealth): provide function for command line completionJavier López2021-10-04
* test(runtime/health): cover lua healthchecksJavier López2021-10-04
* vim-patch:ebdf3c964a90Jan Edmund Lazo2021-04-27
* tests/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2019-10-13
* test: Eliminate plugin/helpers.luaJustin M. Keyes2019-08-05
* tests: :checkhealth completionMarco Hinz2018-01-18
* :checkhealth : validate 'runtimepath' (#7526)Justin M. Keyes2017-11-10
* :checkhealth : validate $VIMJustin M. Keyes2017-10-17
* doc: replace ":CheckHealth" with ":checkhealth"Justin M. Keyes2017-10-17
* ex-cmds: :checkhealthJustin M. Keyes2017-10-17
* health.vim: fix highlightingJustin M. Keyes2017-10-15
* health.vim: fix testJustin M. Keyes2017-07-15
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* CheckHealth: Include v:throwpoint in error message (#5575)Tommy Allen2016-11-12
* CheckHealth: more checksJustin M. Keyes2016-10-25
* health.vim: Show results incrementally.Justin M. Keyes2016-09-05
* CheckHealth: Accept [plugin1 [, plugin2 [, ...]]] args.Justin M. Keyes2016-08-21