comparison src/version.c @ 15351:be92862a0cb4 v8.1.0683

patch 8.1.0683: spell highlighting does not always end commit https://github.com/vim/vim/commit/637532b3c0ca41f0de7e90b6f3c0defe06369372 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 3 21:44:40 2019 +0100 patch 8.1.0683: spell highlighting does not always end Problem: Spell highlighting does not always end. (Gary Johnson) Solution: Also reset char_attr when spell errors are highlighted.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Jan 2019 21:45:05 +0100
parents 6abee072b93c
children 21580db06cf3
comparison
equal deleted inserted replaced
15350:09c9a8384440 15351:be92862a0cb4
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 683,
802 /**/ 804 /**/
803 682, 805 682,
804 /**/ 806 /**/
805 681, 807 681,
806 /**/ 808 /**/