mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
Suppresses output from the :only command by passing the { silent = true }
modifier to vim.cmd.only(). This prevents unnecessary messages when
setting up the diff layout.
Closes #36167