commit | 11a632d60bde616feb298d180108819ebb1d04a0 | [log] [tgz] |
---|---|---|
author | Alisue <lambdalisue@hashnote.net> | Wed Jun 30 22:01:02 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 22:01:02 2021 +0200 |
tree | 92e1b48363ca1e75832540be27ceb0fe8fd9389f | |
parent | 576cb75ceb38ed077938d4a1c1265095050f6105 [diff] [blame] |
patch 8.2.3081: cannot catch errors in a channel command Problem: Cannot catch errors in a channel command. Solution: Instead of skipping the error make it silent. (closes #8477)
diff --git a/src/version.c b/src/version.c index ed97a52..e3bdede 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3081, +/**/ 3080, /**/ 3079,