1
0
forked from aniani/vim

patch 8.1.1700: listener callback called for the wrong buffer

Problem:    Listener callback called for the wrong buffer.
Solution:   Invoke listeners before calling ml_append_int().
This commit is contained in:
Bram Moolenaar
2019-07-15 23:02:14 +02:00
parent 2ac6e82a4e
commit 250e3112c6
2 changed files with 75 additions and 59 deletions

View File

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