Skip to content

Commit

Permalink
Translate 2) 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Feb 9, 2016
1 parent 66bfd15 commit 56910ee
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions doc/usr_02.jax
Original file line number Diff line number Diff line change
Expand Up @@ -504,26 +504,26 @@ Vim にはオプションがたくさんあり、それを設定することで
< help の使い方に関するより詳しい情報については: >
:help helphelp
2) Follow the links in bars to related help. You can go from the detailed
help to the user documentation, which describes certain commands more from
a user perspective and less detailed. E.g. after: >
2) バーで囲まれた関連ヘルプへのリンクを辿ってみて下さい。ヘルプの詳細から
ユーザ視点のコマンド説明で、あまり詳しすぎないユーザドキュメントへ移動出来

This comment has been minimized.

Copy link
@k-takata

k-takata Feb 9, 2016

Member

ユーザ → ユーザー

This comment has been minimized.

Copy link
@tyru

tyru Feb 9, 2016

Member

こういうのCIで検出できたらいいですね…

This comment has been minimized.

Copy link
@mattn

mattn Feb 11, 2016

Author Member

お願いします!(無茶振りx3)

ます。例えば: >
:help pattern.txt
< You can see the user guide topics |03.9| and |usr_27.txt| in the
introduction.
< を見るとイントロダクションにユーザガイドのトピック |03.9| |usr_27.txt|
があるのが分かります。

3) Options are enclosed in single apostrophes. To go to the help topic for the
list option: >
3) オプションは単一のアポストロフィで囲まれます。list オプションに関するヘル
プへ行くには: >
:help 'list'
< If you only know you are looking for a certain option, you can also do: >
< もし特定のオプションを探していないのであれば、以下でも可能です: >
:help options.txt
< to open the help page which describes all option handling and then search
using regular expressions, e.g. textwidth.
Certain options have their own namespace, e.g.: >
< 正規表現を使って記載された全てのオプションを検索し textwidth 等のヘルプの
ページを見つけ出します。
特定のオプションには特有のネームスペースが付きます。例: >
:help cpo-<letter>
< for the corresponding flag of the 'cpoptions' settings, substitute <letter>
by a specific flag, e.g.: >
< 設定 'cpoptions' のフラグに対応します。<letter> は指定のフラグに置き換えて

This comment has been minimized.

Copy link
@tyru

tyru Feb 10, 2016

Member

@mattn

  • 細かいですが、「設定」の前に「は」を挟んだほうが良いかもしれません。
  • あと、「指定のフラグ」というより「個別のフラグ」ぐらいが良いのではないでしょうか。ユーザーが検索したいフラグを表す曖昧な表現なので、「指定の」というのは個人的にちょっと違和感を持ちました。

This comment has been minimized.

Copy link
@mattn

mattn Feb 11, 2016

Author Member

お願いします!(x4)

下さい。例: >
:help cpo-;
< And for the guioption flags: >
< さらに guioption のフラグであれば: >
:help go-<letter>
4) ノーマルモードのコマンドにはプレフィックスはありません。"gt" コマンドのヘル
Expand Down

0 comments on commit 56910ee

Please sign in to comment.