Hi Bram!
On Di, 26 Apr 2016, Bram Moolenaar wrote:
>
> Patch 7.4.1792
> Problem: Color name decoding is implemented several times.
> Solution: Move it to term.c. (Christian Brabandt)
> Files: src/gui_mac.c, src/gui_photon.c, src/gui_w32.c,
> src/proto/term.pro, src/term.c
I broke appveyor :(
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 82cad1c..9629180 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -1563,6 +1563,7 @@ gui_mch_free_font(GuiFont font)
gui_mch_get_color(char_u *name)
{
+ int i;
typedef struct SysColorTable
{
char *name;
Best,
Christian
--
Wer sich zu wichtig für kleine Arbeiten hält, ist oft zu klein für
wichtige Arbeiten.
-- Jaques Tati
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.