]> granicus.if.org Git - vim/commit
patch 8.1.0665: text property display wrong when 'spell' is set v8.1.0665
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 12:57:36 +0000 (13:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 12:57:36 +0000 (13:57 +0100)
commitc6d86dccc4edff8627e309fb23dc8f810ef36b28
treebf9ff60ddae27e4ff2970ca76c1ca26200739bca
parentaf0839acec403379627a4bc50cbeca588344cea5
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.
src/screen.c
src/testdir/dumps/Test_textprop_01.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c