mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00

Previously nvim_exec would silent output no matter whether output is true or false. Now output is only silent and captured when output is true.