@@ -504,26 +504,26 @@ Vim にはオプションがたくさんあり、それを設定することで
504
504
< help の使い方に関するより詳しい情報については: >
505
505
:help helphelp
506
506
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
+ ます。例えば : >
510
510
: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
+ があるのが分かります。
513
513
514
- 3) Options are enclosed in single apostrophes. To go to the help topic for the
515
- list option : >
514
+ 3) オプションは単一のアポストロフィで囲まれます。list オプションに関するヘル
515
+ プへ行くには : >
516
516
:help 'list'
517
- < If you only know you are looking for a certain option, you can also do : >
517
+ < もし特定のオプションを探していないのであれば、以下でも可能です : >
518
518
: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
+ 特定のオプションには特有のネームスペースが付きます。例 : >
522
522
: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
+ 下さい。例 : >
525
525
:help cpo-;
526
- < And for the guioption flags : >
526
+ < さらに guioption のフラグであれば : >
527
527
:help go-<letter>
528
528
529
529
4) ノーマルモードのコマンドにはプレフィックスはありません。"gt" コマンドのヘル
0 commit comments