comparison src/version.c @ 13858:245c053021d3 v8.0.1800

patch 8.0.1800: X11: getting color is slow commit https://github.com/vim/vim/commit/778df2a3cb8b58b07647952c708439acb0b06d17 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 6 19:19:36 2018 +0200 patch 8.0.1800: X11: getting color is slow Problem: X11: getting color is slow. Solution: Avoid using sprintf() and XParseColor(), put the RGB values in XColor directly.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 May 2018 19:30:05 +0200
parents 536874138ecd
children 7f892e37b017
comparison
equal deleted inserted replaced
13857:e751b5c9dff3 13858:245c053021d3
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1800,
764 /**/ 766 /**/
765 1799, 767 1799,
766 /**/ 768 /**/
767 1798, 769 1798,
768 /**/ 770 /**/