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)
|
||||
{
|
||||
set_file_options(TRUE, eap);
|
||||
#ifdef FEAT_MBYTE
|
||||
set_forced_fenc(eap);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user