0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.2b-026

This commit is contained in:
Bram Moolenaar
2008-07-31 20:29:28 +00:00
parent a983fe9473
commit 149e807e13
2 changed files with 6 additions and 1 deletions

View File

@@ -1195,7 +1195,10 @@ gui_mch_destroy_scrollbar(scrollbar_T *sb)
* Implementation of the file selector related stuff * Implementation of the file selector related stuff
*/ */
#if defined(HAVE_GTK2) && GTK_CHECK_VERSION(2,4,0) #if defined(HAVE_GTK2) && GTK_CHECK_VERSION(2,4,0)
# define USE_FILE_CHOOSER /* This has been disabled, because the GTK library rewrites
* ~/.recently-used.xbel every time the main loop is quit. For Vim that means
* on just about any event. */
/* # define USE_FILE_CHOOSER */
#endif #endif
#ifndef USE_FILE_CHOOSER #ifndef USE_FILE_CHOOSER

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
26,
/**/ /**/
25, 25,
/**/ /**/