mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
![neovim-backports[bot]](/assets/img/avatar_default.png)
Problem:
Bad format() call on PUC Lua
Error: Failed to run healthcheck for "vim.health" plugin. Exception:
runtime/lua/vim/health/health.lua:89: bad argument #1 to 'format' (string expected, got nil)
Solution:
Avoid passing nil.
(cherry picked from commit 2422fbdd5f
)
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>