Files
neovim/runtime/lua
Justin M. Keyes 2422fbdd5f fix(health): bad format() call #34904
Problem:
Bad format() call on PUC Lua #34901

    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.
2025-07-12 11:27:51 -07:00
..
2025-05-17 10:59:14 +02:00
2025-07-12 11:27:51 -07:00
2025-02-09 18:10:54 +01:00
2025-06-06 15:36:48 +01:00