0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.2b-012

This commit is contained in:
Bram Moolenaar 2008-07-24 11:51:40 +00:00
parent 4394bfff3f
commit 688e5f7ee7
2 changed files with 8 additions and 1 deletions

View File

@ -2245,7 +2245,12 @@ scripterror:
/* Remember this argument has been added to the argument list.
* Needed when 'encoding' is changed. */
used_file_arg(argv[0], parmp->literal, parmp->full_path,
parmp->diff_mode);
# ifdef FEAT_DIFF
parmp->diff_mode
# else
FALSE
# endif
);
}
#endif
}

View File

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