comparison src/version.c @ 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 9007e9896303
children f1658662ea84
comparison
equal deleted inserted replaced
18670:4658aa8e09fc 18671:df141c730008
280 "+gettext", 280 "+gettext",
281 # endif 281 # endif
282 #else 282 #else
283 "-gettext", 283 "-gettext",
284 #endif 284 #endif
285 #ifdef FEAT_HANGULIN
286 "+hangul_input",
287 #else
288 "-hangul_input", 285 "-hangul_input",
289 #endif
290 #if (defined(HAVE_ICONV_H) && defined(USE_ICONV)) || defined(DYNAMIC_ICONV) 286 #if (defined(HAVE_ICONV_H) && defined(USE_ICONV)) || defined(DYNAMIC_ICONV)
291 # ifdef DYNAMIC_ICONV 287 # ifdef DYNAMIC_ICONV
292 "+iconv/dyn", 288 "+iconv/dyn",
293 # else 289 # else
294 "+iconv", 290 "+iconv",
739 NULL 735 NULL
740 }; 736 };
741 737
742 static int included_patches[] = 738 static int included_patches[] =
743 { /* Add new patch number below this line */ 739 { /* Add new patch number below this line */
740 /**/
741 2327,
744 /**/ 742 /**/
745 2326, 743 2326,
746 /**/ 744 /**/
747 2325, 745 2325,
748 /**/ 746 /**/