diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    683,
+/**/
     682,
 /**/
     681,