Skip to content

Commit 56910ee

Browse files
committed
Translate 2) 3)
1 parent 66bfd15 commit 56910ee

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/usr_02.jax

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -504,26 +504,26 @@ Vim にはオプションがたくさんあり、それを設定することで
504504
< help の使い方に関するより詳しい情報については: >
505505
:help helphelp
506506
507-
2) Follow the links in bars to related help. You can go from the detailed
508-
help to the user documentation, which describes certain commands more from
509-
a user perspective and less detailed. E.g. after: >
507+
2) バーで囲まれた関連ヘルプへのリンクを辿ってみて下さい。ヘルプの詳細から
508+
ユーザ視点のコマンド説明で、あまり詳しすぎないユーザドキュメントへ移動出来
509+
ます。例えば: >
510510
:help pattern.txt
511-
< You can see the user guide topics |03.9| and |usr_27.txt| in the
512-
introduction.
511+
< を見るとイントロダクションにユーザガイドのトピック |03.9| |usr_27.txt|
512+
があるのが分かります。
513513

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

0 commit comments

Comments
 (0)