comparison src/version.c @ 9141:d6662acfc3de v7.4.1854

commit https://github.com/vim/vim/commit/d80629cef03cd40b0bf06c402dfe0b720b3bf608 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 28 15:53:53 2016 +0200 patch 7.4.1854 Problem: When setting 'termguicolors' the Ignore highlighting doesn't work. (Charles Campbell) Solution: Handle the color names "fg" and "bg" when the GUI isn't running and no colors are speficied, fall back to black and white.
author Christian Brabandt <cb@256bit.org>
date Sat, 28 May 2016 16:00:06 +0200
parents ddca37101ffb
children b9c1a397a8a6
comparison
equal deleted inserted replaced
9140:443e416797f4 9141:d6662acfc3de
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1854,
756 /**/ 758 /**/
757 1853, 759 1853,
758 /**/ 760 /**/
759 1852, 761 1852,
760 /**/ 762 /**/