mirror of
https://github.com/neovim/neovim.git
synced 2026-04-15 03:52:54 +00:00
Problem: Apparently vim.SystemCompleted.stdout can also be nil, even without a custom stdout handler. (Although the docs can be interpreted otherwise). Solution: Explicitly check for nil and set the result body to an empty string if stdout was nil.