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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user