commit | a5616b0136cea2104a475d143a1685d71e9b2d3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 19:08:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 19:08:30 2018 +0200 |
tree | 66cb35fb5573134bc5ecc895f22a1864e90d632c | |
parent | c3ffc9b8d3015dc5280b297b4e3deb4f34944bd4 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d3c7316..0ecc60c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 67, +/**/ 66, /**/ 65,