Files
neovim/runtime/lua/vim
Javier Lopez d837b6d50c fix(checkhealth): skip vim.health #18816
Problem:
https://github.com/neovim/neovim/pull/18720#issuecomment-1142614996

The vim.health module is detected as a healthcheck, which produces spurious errors:

    vim: require("vim.health").check()
    ========================================================================
    - ERROR: Failed to run healthcheck for "vim" plugin. Exception:
      function health#check, line 20
      Vim(eval):E5108: Error executing lua [string "luaeval()"]:1: attempt to call field 'check' (a nil value)
      stack traceback:
      [string "luaeval()"]:1: in main chunk

Solution:
Skip vim.health when discovering healthchecks.
2022-06-01 07:10:10 -07:00
..
2022-05-31 13:04:40 -06:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00
2022-05-31 13:30:10 -06:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00