comparison src/version.c @ 15259:b42b47c0bb80 v8.1.0638

patch 8.1.0638: text property highlighting is off by one column commit https://github.com/vim/vim/commit/48f88ac85be8446a42a03cec45264eac21f9eba8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 26 00:25:20 2018 +0100 patch 8.1.0638: text property highlighting is off by one column Problem: Text property highlighting is off by one column. (Bjorn Linse) Solution: Update text property highlighting earlier. Let it overrule syntax highlighting.
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Dec 2018 00:30:06 +0100
parents 31639f035d76
children c5cb5151940d
comparison
equal deleted inserted replaced
15258:5d2e3df2ca52 15259:b42b47c0bb80
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 638,
802 /**/ 804 /**/
803 637, 805 637,
804 /**/ 806 /**/
805 636, 807 636,
806 /**/ 808 /**/