comparison src/proto.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 fe5afdc03bd2
children e9b2ade1adbd
comparison
equal deleted inserted replaced
18670:4658aa8e09fc 18671:df141c730008
91 # include "fileio.pro" 91 # include "fileio.pro"
92 # include "filepath.pro" 92 # include "filepath.pro"
93 # include "findfile.pro" 93 # include "findfile.pro"
94 # include "fold.pro" 94 # include "fold.pro"
95 # include "getchar.pro" 95 # include "getchar.pro"
96 # ifdef FEAT_HANGULIN
97 # include "hangulin.pro"
98 # endif
99 # include "hardcopy.pro" 96 # include "hardcopy.pro"
100 # include "hashtab.pro" 97 # include "hashtab.pro"
101 # include "highlight.pro" 98 # include "highlight.pro"
102 # include "indent.pro" 99 # include "indent.pro"
103 # include "insexpand.pro" 100 # include "insexpand.pro"