Skip to content

Commit 0efd392

Browse files
committed
updated for version 7.4a.046
Problem: Can't build without mbyte feature. Solution: Add #ifdefs.
1 parent c8d506f commit 0efd392

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/ex_cmds.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3453,7 +3453,9 @@ do_ecmd(fnum, ffname, sfname, eap, newlnum, flags, oldwin)
34533453
if (!oldbuf && eap != NULL)
34543454
{
34553455
set_file_options(TRUE, eap);
3456+
#ifdef FEAT_MBYTE
34563457
set_forced_fenc(eap);
3458+
#endif
34573459
}
34583460
}
34593461

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ static char *(features[]) =
727727

728728
static int included_patches[] =
729729
{ /* Add new patch number below this line */
730+
/**/
731+
46,
730732
/**/
731733
45,
732734
/**/

0 commit comments

Comments
 (0)