]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer red v8.2.0906
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Jun 2020 17:36:57 +0000 (19:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Jun 2020 17:36:57 +0000 (19:36 +0200)
commitea563cc22be043ff91dcbdf2878c3d1fd944e573
treeb6c9d2a302d2d74ee22235a880a0148ddb5b47aa
parente0c3c3d6cbb6f356058f28ecbdf3438411222083
patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer red

Problem:    When setting 'termguicolors' SpellBad is no longer red.
Solution:   Only use the RGB guisp color for cterm when using the "underline"
            or "undercurl" attributes to avoid the background color to be
            cleared. Also make t_8u empty when the termresponse indicates a
            real xterm. (closes #6207)
src/highlight.c
src/term.c
src/version.c