File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -766,6 +766,8 @@ static char *(features[]) =
766766
767767static int included_patches [] =
768768{ /* Add new patch number below this line */
769+ /**/
770+ 1586 ,
769771/**/
770772 1585 ,
771773/**/
Original file line number Diff line number Diff line change @@ -2121,8 +2121,7 @@ typedef enum {
21212121# if defined(FEAT_MBYTE ) && defined(FEAT_EVAL ) \
21222122 && (!defined(FEAT_GUI_W32 ) \
21232123 || !(defined(FEAT_MBYTE_IME ) || defined(GLOBAL_IME ))) \
2124- && !defined(FEAT_GUI_MAC ) \
2125- && !defined(MACOS_CONVERT )
2124+ && !(defined(FEAT_GUI_MAC ) && defined(MACOS_CONVERT ))
21262125/* Whether IME is supported by im_get_status() defined in mbyte.c.
21272126 * For Win32 GUI it's in gui_w32.c when FEAT_MBYTE_IME or GLOBAL_IME is defined.
21282127 * 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