comparison src/globals.h @ 18671:df141c730008 v8.1.2327

patch 8.1.2327: cannot build with Hangul input Commit: https://github.com/vim/vim/commit/546125869f2959480c9a0f6c448c2092d565ec15 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 17:13:31 2019 +0100 patch 8.1.2327: cannot build with Hangul input Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 17:15:04 +0100
parents 9e6d5a4abb1c
children fd95d4dbeb37
comparison
equal deleted inserted replaced
18670:4658aa8e09fc 18671:df141c730008
961 # endif 961 # endif
962 # ifdef FEAT_GUI 962 # ifdef FEAT_GUI
963 EXTERN guicolor_T xim_fg_color INIT(= INVALCOLOR); 963 EXTERN guicolor_T xim_fg_color INIT(= INVALCOLOR);
964 EXTERN guicolor_T xim_bg_color INIT(= INVALCOLOR); 964 EXTERN guicolor_T xim_bg_color INIT(= INVALCOLOR);
965 # endif 965 # endif
966 #endif
967
968 #ifdef FEAT_HANGULIN
969 EXTERN int composing_hangul INIT(= 0);
970 EXTERN char_u composing_hangul_buffer[5];
971 #endif 966 #endif
972 967
973 /* 968 /*
974 * "State" is the main state of Vim. 969 * "State" is the main state of Vim.
975 * There are other variables that modify the state: 970 * There are other variables that modify the state: