1
0
forked from aniani/vim

patch 8.1.0067: syntax highlighting not working when re-entering a buffer

Problem:    Syntax highlighting not working when re-entering a buffer.
Solution:   Do force executing autocommands when not called recursively.
This commit is contained in:
Bram Moolenaar
2018-06-17 19:08:30 +02:00
parent c3ffc9b8d3
commit a5616b0136
2 changed files with 19 additions and 9 deletions

View File

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