comparison src/vim.h @ 21785:c346db463a59 v8.2.1442

patch 8.2.1442: outdated references to the Mac Carbon GUI Commit: https://github.com/vim/vim/commit/be7529e8890f6e8a656efee8bc60c125dc8c2002 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 21:05:39 2020 +0200 patch 8.2.1442: outdated references to the Mac Carbon GUI Problem: Outdated references to the Mac Carbon GUI. Solution: Remove or update references. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/6703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 21:15:03 +0200
parents 35921b7fc07a
children f84625b961a8
comparison
equal deleted inserted replaced
21784:a6db2792aefe 21785:c346db463a59
2153 # if defined(FEAT_EVAL) \ 2153 # if defined(FEAT_EVAL) \
2154 && (!defined(FEAT_GUI_MSWIN) \ 2154 && (!defined(FEAT_GUI_MSWIN) \
2155 || !(defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) 2155 || !(defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME)))
2156 // Whether IME is supported by im_get_status() defined in mbyte.c. 2156 // Whether IME is supported by im_get_status() defined in mbyte.c.
2157 // For Win32 GUI it's in gui_w32.c when FEAT_MBYTE_IME or GLOBAL_IME is defined. 2157 // For Win32 GUI it's in gui_w32.c when FEAT_MBYTE_IME or GLOBAL_IME is defined.
2158 // for Mac it is in gui_mac.c for the GUI or in os_mac_conv.c when
2159 // MACOS_CONVERT is defined.
2160 # define IME_WITHOUT_XIM 2158 # define IME_WITHOUT_XIM
2161 #endif 2159 #endif
2162 2160
2163 #if defined(FEAT_XIM) \ 2161 #if defined(FEAT_XIM) \
2164 || defined(IME_WITHOUT_XIM) \ 2162 || defined(IME_WITHOUT_XIM) \