mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 18:54:18 +00:00
Problem: output of ":scriptnames" goes into the message history, while this
des not happen for other commands, such as ":ls".
Solution: Use msg_outtrans() instead of smsg(). (closes vim/vim#9551)
840f16202e