Kana Natsuno wrote:
> I noticed that Vim 7.2b.001 still cannot be compiled with with multi-byte
> feature but without GUI or clipboard, because check_col() and check_row() are
> missing. The following is a patch to fix this problem:
Darn, I thought my test covered most combinations of features.
Apparently building with +multi_byte but without +rightleft was missing.
I'll add it to my regular tests.
Thanks for the patch. But to avoid including the functions when not
needed FEAT_MBYTE should be added to the list, instead of deleting the
#if completely.
--
The term "free software" is defined by Richard M. Stallman as
being software that isn't necessarily for free. Confusing?
Let's call it "Stallman software" then!
-- Bram Moolenaar
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---