1
0
forked from aniani/vim

updated for version 7.1-237

This commit is contained in:
Bram Moolenaar
2008-01-22 10:06:48 +00:00
parent 91a4e82243
commit e9e3b57915
2 changed files with 3 additions and 1 deletions

View File

@@ -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)
{

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
237,
/**/
236,
/**/