From: Bram Moolenaar Date: Tue, 22 Jan 2008 10:06:48 +0000 (+0000) Subject: updated for version 7.1-237 X-Git-Tag: v7.1.237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e3b57915c3e6ca6a156129e9bbc0f90d65a4bb;p=thirdparty%2Fvim.git updated for version 7.1-237 --- diff --git a/src/gui_motif.c b/src/gui_motif.c index 87a8e424dc..6060b585c9 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -3813,7 +3813,7 @@ find_replace_dialog_create(arg, do_replace) XtAddCallback(frdp->find, XmNactivateCallback, find_replace_callback, - (XtPointer) (do_replace ? FRD_R_FINDNEXT : FRD_FINDNEXT)); + (do_replace ? (XtPointer)FRD_R_FINDNEXT : (XtPointer)FRD_FINDNEXT)); if (do_replace) { diff --git a/src/version.c b/src/version.c index e72bab76a2..dcb5667fa0 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 237, /**/ 236, /**/