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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.