diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-19 06:34:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 06:34:23 -0700 |
commit | 84e85aeb10ae51b03392fdee12e14c9699c99e66 (patch) | |
tree | 2677fcb13ea8c168036e7070b5cce80afa99f4e5 /runtime/lua/vim/re.lua | |
parent | 7dbbaaec3fae62667b273c4c2d362bee91316083 (diff) | |
download | rneovim-84e85aeb10ae51b03392fdee12e14c9699c99e66.tar.gz rneovim-84e85aeb10ae51b03392fdee12e14c9699c99e66.tar.bz2 rneovim-84e85aeb10ae51b03392fdee12e14c9699c99e66.zip |
fix(health): check more "old" files #30421
Problem:
Node.js provider (optional) ~
- ERROR Failed to run healthcheck for "provider.node" plugin. Exception:
…/runtime/lua/provider/node/health.lua:9: attempt to call field 'provider_disabled' (a nil value)
Perl provider (optional) ~
- ERROR Failed to run healthcheck for "provider.perl" plugin. Exception:
…/runtime/lua/provider/perl/health.lua:8: attempt to call field 'provider_disabled' (a nil value)
Python 3 provider (optional) ~
- ERROR Failed to run healthcheck for "provider.python" plugin. Exception:
…/runtime/lua/provider/python/health.lua:226: attempt to call field 'provider_disabled' (a nil value)
Ruby provider (optional) ~
- ERROR Failed to run healthcheck for "provider.ruby" plugin. Exception:
…/runtime/lua/provider/ruby/health.lua:9: attempt to call field 'provider_disabled' (a nil value)
Solution:
Add these files to the runtime sanity check.
fix #29302
Diffstat (limited to 'runtime/lua/vim/re.lua')
0 files changed, 0 insertions, 0 deletions