1
0
forked from aniani/vim

patch 8.2.0082: when reusing a buffer listeners are not cleared

Problem:    When reusing a buffer listeners are not cleared. (Axel Forsman)
Solution:   Clear listeners when reusing a buffer. (closes #5431)
This commit is contained in:
Bram Moolenaar
2020-01-03 21:00:02 +01:00
parent 467c32bd72
commit f10997a154
3 changed files with 34 additions and 0 deletions

View File

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