1
0
forked from aniani/vim

patch 8.0.1633: a TextChanged autocmd triggers when it is defined

Problem:    A TextChanged autocmd triggers when it is defined after creating a
            buffer.
Solution:   Set b_last_changedtick when opening a buffer. (Hirohito Highlight,
            closes #2742)
This commit is contained in:
Bram Moolenaar
2018-03-23 22:39:31 +01:00
parent 47015b80a0
commit 8c64a36e40
3 changed files with 30 additions and 0 deletions

View File

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