commit | 57942237c1d54d8a236b43c56dc2b002339eb394 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 04 20:54:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 04 20:54:55 2021 +0200 |
tree | 4cd115db3d73df03da3e59493d55bd6b80a45f6c | |
parent | d61f2f772a59617850e9aa2f5fa069c1aad8e074 [diff] [blame] |
patch 8.2.3287: channel events not handled in BufEnter autocommand Problem: Channel events not handled in BufEnter autocommand. Solution: Decrement dont_parse_messages earlier. (Tim Pope, closes #8697)
diff --git a/src/version.c b/src/version.c index f42be15..ef05ea3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3287, +/**/ 3286, /**/ 3285,