File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 20
20
以上は変更点が100行未満なので、翻訳しやすいはず。
21
21
22
22
doc/change.jax
23
- doc/hangulin.jax
24
23
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
25
24
doc/if_mzsch.jax
26
25
doc/if_perl.jax
55
54
doc/editing.jax
56
55
doc/filetype.jax
57
56
doc/fold.jax
57
+ doc/hangulin.jax
58
58
doc/help.jax
59
59
doc/index.jax
60
60
doc/map.jax
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ LC_ALL 変数をセットしている場合は、それも韓国語ロケール
35
35
36
36
VIM リソース
37
37
------------
38
- You may want to set 'encoding' and 'fileencodings' .
39
- Next are examples : >
38
+ 'encoding' と 'fileencodings' をセットしたいかもしれません。
39
+ 例 : >
40
40
41
41
:set encoding=euc-kr
42
42
:set encoding=utf-8
@@ -56,13 +56,15 @@ VIM_KEYBOARD か HANGUL_KEYBOARD_TYPE 環境変数を使うことによって、
56
56
57
57
ハングル・フォント
58
58
------------------
59
- If you use GTK version of GVIM, you should set 'guifont' and 'guifontwide' .
60
- For example: >
59
+ GTK バージョンの GVIM を使用している場合は 'guifont' と 'guifontwide' をセット
60
+ するべきです。
61
+ 例: >
61
62
set guifont=Courier\ 12
62
63
set guifontwide=NanumGothicCoding\ 12
63
64
64
- If you use Motif or Athena version of GVIM, you should set 'guifontset' in
65
- your vimrc. You can set fontset in the .Xdefaults file.
65
+ Motif もしくは Athena バージョンの GVIM を使用している場合は vimrc 内で
66
+ 'guifontset' をセットするべきです。フォントセットは .Xdefaults ファイル内で指定
67
+ できます。
66
68
67
69
$HOME/.gvimrc: >
68
70
set guifontset=english_font,hangul_font
@@ -87,6 +89,8 @@ $HOME/.Xdefaults: >
87
89
88
90
After 'fontset' feature is enabled, VIM does not allow using english
89
91
font only in 'font' setting for syntax.
92
+ 'fontset' 機能が有効になった後、シンタックス定義での 'font' 設定でのみ英語のフ
93
+ ォントを使うことはできなくなります。
90
94
例えば、もし .gvimrc で次のようにしている場合は: >
91
95
:set guifontset=eng_font,your_font
92
96
構文ハイライトの指定では次のようにする必要があります: >
You can’t perform that action at this time.
0 commit comments