mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.4a.046
Problem: Can't build without mbyte feature. Solution: Add #ifdefs.
This commit is contained in:
@@ -3453,7 +3453,9 @@ do_ecmd(fnum, ffname, sfname, eap, newlnum, flags, oldwin)
|
|||||||
if (!oldbuf && eap != NULL)
|
if (!oldbuf && eap != NULL)
|
||||||
{
|
{
|
||||||
set_file_options(TRUE, eap);
|
set_file_options(TRUE, eap);
|
||||||
|
#ifdef FEAT_MBYTE
|
||||||
set_forced_fenc(eap);
|
set_forced_fenc(eap);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -727,6 +727,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
46,
|
||||||
/**/
|
/**/
|
||||||
45,
|
45,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user