To: vim_dev@googlegroups.com Subject: Patch 7.4a.046 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4a.046 Problem: Can't build without mbyte feature. Solution: Add #ifdefs. Files: src/ex_cmds.c *** ../vim-7.4a.045/src/ex_cmds.c 2013-07-24 15:02:00.000000000 +0200 --- src/ex_cmds.c 2013-07-28 13:34:50.000000000 +0200 *************** *** 3453,3459 **** --- 3453,3461 ---- if (!oldbuf && eap != NULL) { set_file_options(TRUE, eap); + #ifdef FEAT_MBYTE set_forced_fenc(eap); + #endif } } *** ../vim-7.4a.045/src/version.c 2013-07-28 13:32:08.000000000 +0200 --- src/version.c 2013-07-28 13:35:19.000000000 +0200 *************** *** 729,730 **** --- 729,732 ---- { /* Add new patch number below this line */ + /**/ + 46, /**/ -- If Pacman had affected us as kids we'd be running around in dark rooms, munching pills and listening to repetitive music. -- Marcus Brigstocke /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///