1
0
forked from aniani/vim

patch 8.2.3517: TextChanged does not trigger after TextChangedI

Problem:    TextChanged does not trigger after TextChangedI.
Solution:   Store the tick separately for TextChangedI. (Christian Brabandt,
            closes #8968, closes #8932)
This commit is contained in:
Christian Brabandt
2021-10-16 11:58:55 +01:00
committed by Bram Moolenaar
parent 7b5f45be21
commit db3b44640d
6 changed files with 52 additions and 11 deletions

View File

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