mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 11:34:56 +00:00
This fixes an apparent difference in behavior between Lua and LuaJIT.
Lua fails to format nil:
test/functional/terminal/tui_spec.lua:381: bad argument #2 to 'format' (string expected, got nil)