Patch 8.1.1595
Problem:    MS-Windows with VIMDLL: colors wrong in console.
Solution:   Do not set the GUI colors when not using the GUI. (Ken Takata,
            closes #4588)
Files:      src/syntax.c


*** ../vim-8.1.1594/src/syntax.c        2019-05-28 23:08:12.076648654 +0200
--- src/syntax.c        2019-06-26 00:31:40.549279842 +0200
***************
*** 9554,9559 ****
--- 9554,9563 ----
        at_en.ae_u.cterm.bg_color = sgp->sg_cterm_bg;
  # ifdef FEAT_TERMGUICOLORS
  #  ifdef MSWIN
+ #   ifdef VIMDLL
+       // Only when not using the GUI.
+       if (!gui.in_use && !gui.starting)
+ #   endif
        {
            int id;
            guicolor_T fg, bg;
*** ../vim-8.1.1594/src/version.c       2019-06-25 23:40:24.496494754 +0200
--- src/version.c       2019-06-26 00:31:47.869252898 +0200
***************
*** 779,780 ****
--- 779,782 ----
  {   /* Add new patch number below this line */
+ /**/
+     1595,
  /**/

-- 
There is a fine line between courage and foolishness.
Unfortunately, it's not a fence.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/201906252234.x5PMYWAO010481%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui