commit | b836f631dba2534efd314a8f77439cebc75acd4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 01 22:11:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 01 22:11:28 2021 +0200 |
tree | 6cde26a11e30c9b3b87a348e875f0cc86b0126cf | |
parent | 11a632d60bde616feb298d180108819ebb1d04a0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e3bdede..532e747 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3082, +/**/ 3081, /**/ 3080,