comparison src/version.c @ 13318:5e47c4bdf3a6 v8.0.1533

patch 8.0.1533: libterm doesn't support requesting fg and bg color commit https://github.com/vim/vim/commit/674e482d1346aa1afddab62675f3a7d7a00a4894 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 24 14:03:56 2018 +0100 patch 8.0.1533: libterm doesn't support requesting fg and bg color Problem: Libterm doesn't support requesting fg and bg color. Solution: Implement t_RF and t_RB.
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Feb 2018 14:15:06 +0100
parents de19318319a6
children a90063ec1cd6
comparison
equal deleted inserted replaced
13317:64be34986f54 13318:5e47c4bdf3a6
776 NULL 776 NULL
777 }; 777 };
778 778
779 static int included_patches[] = 779 static int included_patches[] =
780 { /* Add new patch number below this line */ 780 { /* Add new patch number below this line */
781 /**/
782 1533,
781 /**/ 783 /**/
782 1532, 784 1532,
783 /**/ 785 /**/
784 1531, 786 1531,
785 /**/ 787 /**/