File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2020以上は変更点が100行未満なので、翻訳しやすいはず。
2121
2222 doc/change.jax
23- doc/hangulin.jax
2423 doc/if_lua.jax # 100行超えたけど、内容的に大したことない
2524 doc/if_mzsch.jax
2625 doc/if_perl.jax
5554 doc/editing.jax
5655 doc/filetype.jax
5756 doc/fold.jax
57+ doc/hangulin.jax
5858 doc/help.jax
5959 doc/index.jax
6060 doc/map.jax
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ LC_ALL 変数をセットしている場合は、それも韓国語ロケール
3535
3636VIM リソース
3737------------
38- You may want to set 'encoding' and 'fileencodings' .
39- Next are examples : >
38+ 'encoding' と 'fileencodings' をセットしたいかもしれません。
39+ 例 : >
4040
4141 :set encoding=euc-kr
4242 :set encoding=utf-8
@@ -56,13 +56,15 @@ VIM_KEYBOARD か HANGUL_KEYBOARD_TYPE 環境変数を使うことによって、
5656
5757ハングル・フォント
5858------------------
59- If you use GTK version of GVIM, you should set 'guifont' and 'guifontwide' .
60- For example: >
59+ GTK バージョンの GVIM を使用している場合は 'guifont' と 'guifontwide' をセット
60+ するべきです。
61+ 例: >
6162 set guifont=Courier\ 12
6263 set guifontwide=NanumGothicCoding\ 12
6364
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+ できます。
6668
6769$HOME/.gvimrc: >
6870 set guifontset=english_font,hangul_font
@@ -85,8 +87,8 @@ $HOME/.Xdefaults: >
8587で動作することになり、英語の文字だけが見えることになり、ハングルは正しくは表示
8688されなくなります。
8789
88- After 'fontset' feature is enabled, VIM does not allow using english
89- font only in 'font' setting for syntax.
90+ 'fontset' 機能が有効になった後、シンタックス定義での 'font' 設定でのみ英語のフ
91+ ォントを使うことはできなくなります。
9092例えば、もし .gvimrc で次のようにしている場合は: >
9193 :set guifontset=eng_font,your_font
9294 構文ハイライトの指定では次のようにする必要があります: >
You can’t perform that action at this time.
0 commit comments