1
- *hangulin.txt* For Vim version 8.0 . Last change: 2015 Nov 24
1
+ *hangulin.txt* For Vim version 8.1 . Last change: 2015 Nov 24
2
2
3
3
4
4
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
5
5
6
6
7
7
Introduction *hangul*
8
8
------------
9
- It is to input hangul, the Korean language, with VIM GUI version.
9
+ It is to input hangul, the Korean language, with Vim GUI version.
10
10
If you have a XIM program, you can use another | +xim | feature.
11
11
Basically, it is for anybody who has no XIM program.
12
12
@@ -31,7 +31,7 @@ You should set LANG variable to Korean locale such as ko, ko_KR.eucKR
31
31
or ko_KR.UTF-8.
32
32
If you set LC_ALL variable, it should be set to Korean locale also.
33
33
34
- VIM resource
34
+ Vim resource
35
35
------------
36
36
You may want to set 'encoding' and 'fileencodings' .
37
37
Next are examples: >
@@ -53,12 +53,12 @@ If both are set, VIM_KEYBOARD has higher priority.
53
53
54
54
Hangul Fonts
55
55
------------
56
- If you use GTK version of GVIM , you should set 'guifont' and 'guifontwide' .
56
+ If you use GTK version of gvim , you should set 'guifont' and 'guifontwide' .
57
57
For example: >
58
58
set guifont=Courier\ 12
59
59
set guifontwide=NanumGothicCoding\ 12
60
60
61
- If you use Motif or Athena version of GVIM , you should set 'guifontset' in
61
+ If you use Motif or Athena version of gvim , you should set 'guifontset' in
62
62
your vimrc. You can set fontset in the .Xdefaults file.
63
63
64
64
$HOME/.gvimrc: >
@@ -77,11 +77,11 @@ $HOME/.Xdefaults: >
77
77
78
78
attention! the , (comma) or ; (semicolon)
79
79
80
- And there should be no ':set guifont'. If it exists, then Gvim ignores
81
- ':set guifontset'. It means VIM runs without fontset supporting.
80
+ And there should be no ':set guifont'. If it exists, then gvim ignores
81
+ ':set guifontset'. It means Vim runs without fontset supporting.
82
82
So, you can see only English. Hangul does not be correctly displayed.
83
83
84
- After "fontset" feature is enabled, VIM does not allow using english
84
+ After "fontset" feature is enabled, Vim does not allow using english
85
85
font only in "font" setting for syntax.
86
86
For example, if you use >
87
87
:set guifontset=eng_font,your_font
@@ -99,7 +99,7 @@ We don't support Johab font.
99
99
We don't support Hanja input.
100
100
And We don't have any plan to support them.
101
101
102
- If you really need such features, you can use console version of VIM with a
102
+ If you really need such features, you can use console version of Vim with a
103
103
capable terminal emulator.
104
104
105
105
Bug or Comment
0 commit comments