diff src/vim.h @ 3666:46896c29edd7 v7.3.593

updated for version 7.3.593 Problem: No easy way to decide if b:browsefilter will work. Solution: Add the browsefilter feature.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jul 2012 13:41:14 +0200
parents 443c50cd3e88
children f07475816079
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -2125,6 +2125,12 @@ typedef int VimClipboard;	/* This is req
 # endif
 #endif
 
+#if defined(FEAT_BROWSE) && defined(GTK_CHECK_VERSION)
+# if GTK_CHECK_VERSION(2,4,0)
+#  define USE_FILE_CHOOSER
+# endif
+#endif
+
 #ifndef FEAT_NETBEANS_INTG
 # undef NBDEBUG
 #endif