mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-275
This commit is contained in:
parent
b561a6171d
commit
1b60e50bf2
812
src/gui_mac.c
812
src/gui_mac.c
File diff suppressed because it is too large
Load Diff
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
275,
|
||||
/**/
|
||||
274,
|
||||
/**/
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user