comparison src/version.c @ 14099:1157f16150b3 v8.1.0067

patch 8.1.0067: syntax highlighting not working when re-entering a buffer commit https://github.com/vim/vim/commit/a5616b0136cea2104a475d143a1685d71e9b2d3d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 17 19:08:30 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jun 2018 19:15:05 +0200
parents db44cd9f8068
children c97e9edfc6b4
comparison
equal deleted inserted replaced
14098:d9ce494519f8 14099:1157f16150b3
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 67,
764 /**/ 766 /**/
765 66, 767 66,
766 /**/ 768 /**/
767 65, 769 65,
768 /**/ 770 /**/