annotate runtime/doc/hangulin.txt @ 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 2f7e67dd088c
children af69c9335223
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18671
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
1 *hangulin.txt* For Vim version 8.1. Last change: 2019 Nov 21
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
18671
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
6 *hangul*
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
7 Vim had built-in support for hangul, the Korean language, for users without
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
8 XIM (X Input Method). Since it didn't work well and was not maintained it was
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
9 removed in Vim 8.1.2327.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10
18671
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
11 If you want this hangul input mehod you can go back to Vim 8.1.2326 or
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
12 earlier. If you think this code is still useful and want to maintain it, make
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
13 a patch to add it back. However, making it work with UTF-8 encoding would be
df141c730008 patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents: 14421
diff changeset
14 best.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
15
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
16
14421
2f7e67dd088c Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13963
diff changeset
17 vim:tw=78:ts=8:noet:ft=help:norl: