mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.2327: cannot build with Hangul input
Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
This commit is contained in:
@@ -965,11 +965,6 @@ EXTERN guicolor_T xim_bg_color INIT(= INVALCOLOR);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_HANGULIN
|
||||
EXTERN int composing_hangul INIT(= 0);
|
||||
EXTERN char_u composing_hangul_buffer[5];
|
||||
#endif
|
||||
|
||||
/*
|
||||
* "State" is the main state of Vim.
|
||||
* There are other variables that modify the state:
|
||||
|
Reference in New Issue
Block a user