summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui_gtk.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index 6dbaf246b6..69a9cae9fc 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -1239,10 +1239,10 @@ browse_destroy_cb(GtkWidget *widget UNUSED)
* dflt default name
* ext not used (extension added)
* initdir initial directory, NULL for current dir
- * filter not used (file name filter)
+ * filter file name filter
*/
char_u *
-gui_mch_browse(int saving UNUSED,
+gui_mch_browse(int saving,
char_u *title,
char_u *dflt,
char_u *ext UNUSED,
diff --git a/src/version.c b/src/version.c
index a30793d76c..1ee8dd33a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1743,
+/**/
1742,
/**/
1741,