1
0
forked from aniani/vim

updated for version 7.0206

This commit is contained in:
Bram Moolenaar
2006-02-24 23:53:04 +00:00
parent 2a3f7eeebf
commit 32466aa2e9
40 changed files with 1091 additions and 480 deletions

View File

@@ -729,6 +729,13 @@
# define FEAT_MENU
#endif
/*
* GUI tabline
*/
#if defined(FEAT_GUI_GTK) && defined(HAVE_GTK2) && defined(FEAT_WINDOWS)
# define FEAT_GUI_TABLINE
#endif
/*
* +browse ":browse" command.
*/