commit | 637532b3c0ca41f0de7e90b6f3c0defe06369372 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 03 21:44:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 03 21:44:40 2019 +0100 |
tree | f7d08ad317c28c25be46b869e348c6b7f84f1789 | |
parent | 196d157f12cf0476d97f78834155fc67d6b161de [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a7bee90..c337967 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 683, +/**/ 682, /**/ 681,