1
0
forked from aniani/vim

updated for version 7.0-232

This commit is contained in:
Bram Moolenaar
2007-04-26 16:20:50 +00:00
parent 1c53628518
commit 79ee315b72
6 changed files with 434 additions and 4 deletions

View File

@@ -756,6 +756,7 @@
#if defined(FEAT_WINDOWS) && defined(FEAT_NORMAL) \
&& (defined(FEAT_GUI_GTK) \
|| (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \
|| defined(FEAT_GUI_MAC) \
|| (defined(FEAT_GUI_MSWIN) && (!defined(_MSC_VER) || _MSC_VER > 1020)))
# define FEAT_GUI_TABLINE
#endif