Skip to content

Commit 1856ab6

Browse files
authored
Merge pull request #221 from mnishz/hangulin_for_Vim_8
Update hangulin from Vim 8.0 to 8.1
2 parents b784b74 + e90c6b7 commit 1856ab6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/hangulin.jax

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*hangulin.txt* For Vim バージョン 8.0. Last change: 2015 Nov 24
1+
*hangulin.txt* For Vim バージョン 8.1. Last change: 2015 Nov 24
22

33

44
VIMリファレンスマニュアル by Chi-Deok Hwang and Sung-Hyun Nam
@@ -33,7 +33,7 @@ LANG 変数を、ko, ko_KR.euckR および ko_KR.UTF-8 のような韓国語ロ
3333
る必要があります。
3434
LC_ALL 変数をセットしている場合は、それも韓国語ロケールである必要があります。
3535

36-
VIM リソース
36+
Vim リソース
3737
------------
3838
'encoding''fileencodings' をセットしたいかもしれません。
3939
例: >
@@ -56,13 +56,13 @@ VIM_KEYBOARD か HANGUL_KEYBOARD_TYPE 環境変数を使うことによって、
5656

5757
ハングル・フォント
5858
------------------
59-
GTK バージョンの GVIM を使用している場合は 'guifont''guifontwide' をセット
59+
GTK バージョンの gvim を使用している場合は 'guifont''guifontwide' をセット
6060
するべきです。
6161
例: >
6262
set guifont=Courier\ 12
6363
set guifontwide=NanumGothicCoding\ 12
6464
65-
Motif もしくは Athena バージョンの GVIM を使用している場合は vimrc 内で
65+
Motif もしくは Athena バージョンの gvim を使用している場合は vimrc 内で
6666
'guifontset' をセットするべきです。フォントセットは .Xdefaults ファイル内で指定
6767
できます。
6868

@@ -82,7 +82,7 @@ $HOME/.Xdefaults: >
8282
8383
注意! , (コンマ) か ; (セミコロン)です。
8484

85-
そして ':set guifont' が設定されていてはいけません。もし設定されていると GVim
85+
そして ':set guifont' が設定されていてはいけません。もし設定されていると gvim
8686
は ':set guifontset' を無視します。つまり、Vim がフォントセットのサポートなし
8787
で動作することになり、英語の文字だけが見えることになり、ハングルは正しくは表示
8888
されなくなります。

en/hangulin.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
22

33

44
VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
55

66

77
Introduction *hangul*
88
------------
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.
1010
If you have a XIM program, you can use another |+xim| feature.
1111
Basically, it is for anybody who has no XIM program.
1212

@@ -31,7 +31,7 @@ You should set LANG variable to Korean locale such as ko, ko_KR.eucKR
3131
or ko_KR.UTF-8.
3232
If you set LC_ALL variable, it should be set to Korean locale also.
3333

34-
VIM resource
34+
Vim resource
3535
------------
3636
You may want to set 'encoding' and 'fileencodings'.
3737
Next are examples: >
@@ -53,12 +53,12 @@ If both are set, VIM_KEYBOARD has higher priority.
5353

5454
Hangul Fonts
5555
------------
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'.
5757
For example: >
5858
set guifont=Courier\ 12
5959
set guifontwide=NanumGothicCoding\ 12
6060
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
6262
your vimrc. You can set fontset in the .Xdefaults file.
6363

6464
$HOME/.gvimrc: >
@@ -77,11 +77,11 @@ $HOME/.Xdefaults: >
7777
7878
attention! the , (comma) or ; (semicolon)
7979

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.
8282
So, you can see only English. Hangul does not be correctly displayed.
8383

84-
After "fontset" feature is enabled, VIM does not allow using english
84+
After "fontset" feature is enabled, Vim does not allow using english
8585
font only in "font" setting for syntax.
8686
For example, if you use >
8787
:set guifontset=eng_font,your_font
@@ -99,7 +99,7 @@ We don't support Johab font.
9999
We don't support Hanja input.
100100
And We don't have any plan to support them.
101101

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
103103
capable terminal emulator.
104104

105105
Bug or Comment

0 commit comments

Comments
 (0)