comparison src/ex_cmds.c @ 5242:f0361e297d9c v7.4a.046

updated for version 7.4a.046 Problem: Can't build without mbyte feature. Solution: Add #ifdefs.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 15:16:19 +0200
parents 74d2f3188cd0
children e63e4b4be923
comparison
equal deleted inserted replaced
5241:771f986ab9c0 5242:f0361e297d9c
3451 3451
3452 /* Set 'fileformat', 'binary' and 'fenc' when forced. */ 3452 /* Set 'fileformat', 'binary' and 'fenc' when forced. */
3453 if (!oldbuf && eap != NULL) 3453 if (!oldbuf && eap != NULL)
3454 { 3454 {
3455 set_file_options(TRUE, eap); 3455 set_file_options(TRUE, eap);
3456 #ifdef FEAT_MBYTE
3456 set_forced_fenc(eap); 3457 set_forced_fenc(eap);
3458 #endif
3457 } 3459 }
3458 } 3460 }
3459 3461
3460 /* May get the window options from the last time this buffer 3462 /* May get the window options from the last time this buffer
3461 * was in this window (or another window). If not used 3463 * was in this window (or another window). If not used