commit | d4fc577e60d325777d38c00bd78fb9a32c7b1dfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 14:39:03 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 14:39:03 2018 +0100 |
tree | 7156c1f7434e133399395ef9f6b98aed3819cd74 | |
parent | 33ef5bb0e4ea9a049c4311cfe59d1926dcb963a4 [diff] [blame] |
patch 8.0.1544: when using 'termguicolors' SpellBad doesn't show Problem: When using 'termguicolors' SpellBad doesn't show. Solution: When the GUI colors are not set fall back to the cterm colors.
diff --git a/src/version.c b/src/version.c index 09dcc57..07fc3d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1544, +/**/ 1543, /**/ 1542,