Hello, Vimmers.
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:
*** ../vim-7.2b.001/src/ui.c Mon Jul 14 23:48:48 2008
--- src/ui.c Mon Jul 14 23:48:48 2008
***************
*** 1910,1917 ****
}
#endif
- #if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
- || defined(PROTO)
/*
* Check bounds for column number
*/
--- 1910,1915 ----
***************
*** 1939,1945 ****
return (int)screen_Rows - 1;
return row;
}
- #endif
/*
* Stuff for the X clipboard. Shared between VMS and Unix.
--- 1937,1942 ----
--
To Vim, or not to Vim.
kana <http://whileimautomaton.net/>
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---