]> granicus.if.org Git - vim/commit
patch 8.2.4133: output of ":scriptnames" goes into the message history v8.2.4133
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 13:34:05 +0000 (13:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 13:34:05 +0000 (13:34 +0000)
commit840f16202e1ae2d574507ef52a7e8a98775f243c
tree2fcbc1d15758be82fd4d7e316584be77f53a8d35
parent1836d6157828baddd94e1f2c82488031570e444d
patch 8.2.4133: output of ":scriptnames" goes into the message history

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 #9551)
src/scriptfile.c
src/testdir/test_scriptnames.vim
src/version.c