forked from aniani/vim
updated for version 7.0c
This commit is contained in:
@@ -753,7 +753,8 @@
|
||||
/*
|
||||
* GUI tabline
|
||||
*/
|
||||
#if defined(FEAT_GUI_GTK) && defined(FEAT_WINDOWS)
|
||||
#if defined(FEAT_WINDOWS) && (defined(FEAT_GUI_GTK) \
|
||||
|| (defined(FEAT_GUI_MSWIN) && WINVER > 0x0400))
|
||||
# define FEAT_GUI_TABLINE
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user