1 2 3 4 5 6 7
-- Test "nvim -l foo.lua …" with a Lua error. local function main() error('my pearls!!') end main()