commit | c6d86dccc4edff8627e309fb23dc8f810ef36b28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 13:57:36 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 13:57:36 2018 +0100 |
tree | bf9ff60ddae27e4ff2970ca76c1ca26200739bca | |
parent | af0839acec403379627a4bc50cbeca588344cea5 [diff] [blame] |
patch 8.1.0665: text property display wrong when 'spell' is set Problem: Text property display wrong when 'spell' is set. (Dominique Pelle) Solution: Remove unnecessary assignment to char_attr. Combine attributes if needed. Add a screenshot test.
diff --git a/src/version.c b/src/version.c index b976ba5..ce53f2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 665, +/**/ 664, /**/ 663,