]> granicus.if.org Git - vim/commitdiff
patch 8.2.0434: MS-Windows with VTP: Normal color not working v8.2.0434
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Mar 2020 20:45:29 +0000 (21:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Mar 2020 20:45:29 +0000 (21:45 +0100)
Problem:    MS-Windows with VTP: Normal color not working.
Solution:   After changing the Normal color update the VTP console color.
            (Nobuhiro Takasaki, closes #5836)

src/highlight.c
src/version.c

index 44888e97e5940d385d442fcdc4fdc03acc655954..5d90e696aa146342ab600156023e67f8283c7d0c 100644 (file)
@@ -1484,6 +1484,9 @@ do_highlight(
                did_highlight_changed = TRUE;
                redraw_all_later(NOT_VALID);
            }
+#endif
+#ifdef FEAT_VTP
+           control_console_color_rgb();
 #endif
        }
 #ifdef FEAT_TERMINAL
index b8552ed920f2faf5b1b4348f05381d997c1fa464..6df87b45dce13e3b869bf7b67776e5a9634cbd01 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    434,
 /**/
     433,
 /**/