]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3082: a channel command "echoerr" does not show anything v8.2.3082
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Jul 2021 20:11:28 +0000 (22:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Jul 2021 20:11:28 +0000 (22:11 +0200)
commitb836f631dba2534efd314a8f77439cebc75acd4e
tree6cde26a11e30c9b3b87a348e875f0cc86b0126cf
parent11a632d60bde616feb298d180108819ebb1d04a0
patch 8.2.3082: a channel command "echoerr" does not show anything

Problem:    A channel command "echoerr" does not show anything.
Solution:   Do not use silent errors when using an "echoerr" command.
            (closes #8494)
src/channel.c
src/testdir/test_channel.py
src/testdir/test_channel.vim
src/version.c