Skip to content

Instantly share code, notes, and snippets.

@nocd5
nocd5 / gui_w32.c.diff
Created November 20, 2013 16:13
gVimのタブの機能追加
*** src/gui_w32.c Sun Aug 4 23:15:37 2013
--- src/gui_w32.c.mod Thu Nov 21 01:06:34 2013
***************
*** 4223,4228 ****
--- 4223,4328 ----
#endif
#if defined(FEAT_GUI_TABLINE) || defined(PROTO)
+ static tabpage_T* s_tp = NULL;
+ static LONG DefTabControlProc;