1
0
forked from aniani/vim

patch 8.0.1102: terminal window does not use Normal colors

Problem:    Terminal window does not use Normal colors.
Solution:   For the GUI and when 'termguicolors' is enabled, use the actual
            foreground and background colors for the terminal.  (Yasuhiro
            Matsumoto, closes #2067)
            Use the "Terminal" highlight group if defined.
This commit is contained in:
Bram Moolenaar
2017-09-14 00:00:44 +02:00
parent 71eeb74a60
commit c71053c611
4 changed files with 151 additions and 5 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1102,
/**/
1101,
/**/