comparison src/version.c @ 13314:65c3e8259124 v8.0.1531

patch 8.0.1531: cannot use 24 bit colors in MS-Windows console commit https://github.com/vim/vim/commit/cafafb381a04e33f3ce9cd15dd9f94b73226831f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 22 21:07:09 2018 +0100 patch 8.0.1531: cannot use 24 bit colors in MS-Windows console Problem: Cannot use 24 bit colors in MS-Windows console. Solution: Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki, fixes #1270, fixes #2060)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2018 21:15:05 +0100
parents e985194a76f1
children de19318319a6
comparison
equal deleted inserted replaced
13313:97fb19f36653 13314:65c3e8259124
697 #ifdef FEAT_VREPLACE 697 #ifdef FEAT_VREPLACE
698 "+vreplace", 698 "+vreplace",
699 #else 699 #else
700 "-vreplace", 700 "-vreplace",
701 #endif 701 #endif
702 #ifdef WIN3264
703 # ifdef FEAT_VTP
704 "+vtp",
705 # else
706 "-vtp",
707 # endif
708 #endif
702 #ifdef FEAT_WILDIGN 709 #ifdef FEAT_WILDIGN
703 "+wildignore", 710 "+wildignore",
704 #else 711 #else
705 "-wildignore", 712 "-wildignore",
706 #endif 713 #endif
769 NULL 776 NULL
770 }; 777 };
771 778
772 static int included_patches[] = 779 static int included_patches[] =
773 { /* Add new patch number below this line */ 780 { /* Add new patch number below this line */
781 /**/
782 1531,
774 /**/ 783 /**/
775 1530, 784 1530,
776 /**/ 785 /**/
777 1529, 786 1529,
778 /**/ 787 /**/