File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -766,6 +766,8 @@ static char *(features[]) =
766
766
767
767
static int included_patches [] =
768
768
{ /* Add new patch number below this line */
769
+ /**/
770
+ 1586 ,
769
771
/**/
770
772
1585 ,
771
773
/**/
Original file line number Diff line number Diff line change @@ -2121,8 +2121,7 @@ typedef enum {
2121
2121
# if defined(FEAT_MBYTE ) && defined(FEAT_EVAL ) \
2122
2122
&& (!defined(FEAT_GUI_W32 ) \
2123
2123
|| !(defined(FEAT_MBYTE_IME ) || defined(GLOBAL_IME ))) \
2124
- && !defined(FEAT_GUI_MAC ) \
2125
- && !defined(MACOS_CONVERT )
2124
+ && !(defined(FEAT_GUI_MAC ) && defined(MACOS_CONVERT ))
2126
2125
/* Whether IME is supported by im_get_status() defined in mbyte.c.
2127
2126
* For Win32 GUI it's in gui_w32.c when FEAT_MBYTE_IME or GLOBAL_IME is defined.
2128
2127
* for Mac it is in gui_mac.c for the GUI or in os_mac_conv.c when
You can’t perform that action at this time.
0 commit comments