Files
neovim/runtime/lua
Volodymyr Chernetskyi 40258d5d05 fix(health): correct reporting messages #41632
Problems:
- Slow shell check measures time in nanoseconds, but reports seconds.
- `kdch1` check incorrectly tests `kbs_entry` instead.
- curl version is passed as an advice, so it is never reported.

Solutions:
- Scale the elapsed time to seconds before reporting.
- Test `kdch1_entry` for `kdch1` check.
- Format curl warning with `string.format()`.

AI-assisted
2026-09-02 16:04:32 -04:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00