0
0
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:
Bram Moolenaar
2013-07-28 15:16:19 +02:00
parent e855ccf90a
commit a2320f43ea
2 changed files with 4 additions and 0 deletions

View File

@@ -3453,7 +3453,9 @@ do_ecmd(fnum, ffname, sfname, eap, newlnum, flags, oldwin)
if (!oldbuf && eap != NULL)
{
set_file_options(TRUE, eap);
#ifdef FEAT_MBYTE
set_forced_fenc(eap);
#endif
}
}