diff --git a/src/gui_w32.c b/src/gui_w32.c index 82cad1cf3c..10c14c9d9c 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -1562,6 +1562,7 @@ gui_mch_free_font(GuiFont font) guicolor_T gui_mch_get_color(char_u *name) { + int i; typedef struct SysColorTable { @@ -1617,6 +1618,7 @@ gui_mch_get_color(char_u *name) return gui_get_color_cmn(name); } + /* * Return OK if the key with the termcap name "name" is supported. */ diff --git a/src/version.c b/src/version.c index 56af2f068f..97ec40bc25 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1794, /**/ 1793, /**/