We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a6406 commit 6de2ac2Copy full SHA for 6de2ac2
src/gui_gtk.c
@@ -845,7 +845,6 @@ gui_mch_browse(int saving UNUSED,
845
char_u dirbuf[MAXPATHL];
846
guint log_handler;
847
const gchar *domain = "Gtk";
848
- GtkFileFilter *gfilter;
849
850
title = CONVERT_TO_UTF8(title);
851
@@ -883,6 +882,7 @@ gui_mch_browse(int saving UNUSED,
883
882
int i = 0;
884
char_u *patt;
885
char_u *p = filter;
+ GtkFileFilter *gfilter;
886
887
gfilter = gtk_file_filter_new();
888
patt = alloc(STRLEN(filter));
src/version.c
@@ -719,6 +719,8 @@ static char *(features[]) =
719
720
static int included_patches[] =
721
{ /* Add new patch number below this line */
722
+/**/
723
+ 692,
724
/**/
725
691,
726
0 commit comments