We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8aee7d commit c285fe7Copy full SHA for c285fe7
src/gui_w32.c
@@ -1562,6 +1562,7 @@ gui_mch_free_font(GuiFont font)
1562
guicolor_T
1563
gui_mch_get_color(char_u *name)
1564
{
1565
+ int i;
1566
1567
typedef struct SysColorTable
1568
@@ -1617,6 +1618,7 @@ gui_mch_get_color(char_u *name)
1617
1618
1619
return gui_get_color_cmn(name);
1620
}
1621
+
1622
/*
1623
* Return OK if the key with the termcap name "name" is supported.
1624
*/
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 1794,
758
/**/
759
1793,
760
0 commit comments