When I use :lua print(vim.inspect(some_long_object)), it correctly displays the whole serialization of said object. However, when I use :messages to view the string again, I only see the bottom. The last 200 lines to be precise. According to :help :messages, the number of remembered messages is fixed at 200. But I didn’t use 200 messages, I created one big message with > 200 lines.
Is this a bug of neovim or am I missing something?