0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-280

This commit is contained in:
Bram Moolenaar
2008-03-15 12:12:59 +00:00
parent 7dc767c8d5
commit 4c4f7105d2
2 changed files with 3 additions and 1 deletions

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
280,
/**/
279,
/**/

View File

@@ -463,7 +463,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
*/
#if defined(FEAT_XIM) \
|| (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
|| defined(FEAT_GUI_MAC)
|| (defined(FEAT_GUI_MAC) && defined(FEAT_MBYTE))
# define USE_IM_CONTROL
#endif