1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-08-04 20:54:55 +02:00
parent d61f2f772a
commit 57942237c1
3 changed files with 65 additions and 14 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3287,
/**/
3286,
/**/