updated for version 7.1-275

This commit is contained in:
vimboss
2008-03-12 13:40:54 +00:00
parent 5e240b3142
commit 22c4ee4f13
3 changed files with 592 additions and 227 deletions
+587 -225
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
275,
/**/
274,
/**/
+3 -2
View File
@@ -461,8 +461,9 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
/*
* Check input method control.
*/
#if defined(FEAT_XIM) || \
(defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME)))
#if defined(FEAT_XIM) \
|| (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
|| defined(FEAT_GUI_MAC)
# define USE_IM_CONTROL
#endif