Skip to content

Commit

Permalink
translate remaining parts in doc/hanglin.jax vim-jp#164
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 30, 2016
1 parent f8de019 commit 029b997
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion catchup-7.4.1194.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
doc/develop.jax
doc/editing.jax
doc/fold.jax
doc/hangulin.jax
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
doc/if_mzsch.jax
doc/if_perl.jax
Expand Down Expand Up @@ -57,6 +56,7 @@

doc/cmdline.jax
doc/filetype.jax
doc/hangulin.jax
doc/help.jax
doc/index.jax
doc/mlang.jax
Expand Down
16 changes: 10 additions & 6 deletions doc/hangulin.jax
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ LC_ALL 変数をセットしている場合は、それも韓国語ロケール

VIM リソース
------------
You may want to set 'encoding' and 'fileencodings'.
Next are examples: >
'encoding' 'fileencodings' をセットしたいかもしれません。
: >
:set encoding=euc-kr
:set encoding=utf-8
Expand All @@ -56,13 +56,15 @@ VIM_KEYBOARD か HANGUL_KEYBOARD_TYPE 環境変数を使うことによって、

ハングル・フォント
------------------
If you use GTK version of GVIM, you should set 'guifont' and 'guifontwide'.
For example: >
GTK バージョンの GVIM を使用している場合は 'guifont''guifontwide' をセット
するべきです。
例: >
set guifont=Courier\ 12
set guifontwide=NanumGothicCoding\ 12
If you use Motif or Athena version of GVIM, you should set 'guifontset' in
your vimrc. You can set fontset in the .Xdefaults file.
Motif もしくは Athena バージョンの GVIM を使用している場合は vimrc 内で
'guifontset' をセットするべきです。フォントセットは .Xdefaults ファイル内で指定
することができます。

$HOME/.gvimrc: >
set guifontset=english_font,hangul_font
Expand All @@ -87,6 +89,8 @@ $HOME/.Xdefaults: >

After 'fontset' feature is enabled, VIM does not allow using english
font only in 'font' setting for syntax.
'fontset' 機能が有効になった後、シンタックス定義での 'font' 設定で英語のフォン
トを使うことはできなくなります。
例えば、もし .gvimrc で次のようにしている場合は: >
:set guifontset=eng_font,your_font
構文ハイライトの指定では次のようにする必要があります: >
Expand Down

0 comments on commit 029b997

Please sign in to comment.