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:
parent
4394bfff3f
commit
688e5f7ee7
@ -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
|
||||
}
|
||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
12,
|
||||
/**/
|
||||
11,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user