Skip to content

Commit 4a3c637

Browse files
committed
Translate 11), 17), 18) with one translation note
1 parent d26dc9e commit 4a3c637

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

doc/usr_02.jax

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -568,11 +568,10 @@ Vim にはオプションがたくさんあり、それを設定することで
568568
< は g<C-A> コマンドについて述べています (これには "g" を押して <Ctrl-A>
569569
を押す必要があります)。
570570

571-
11) Regexp items always start with /. So to get help for the "\+" quantifier
572-
in Vim regexes: >
571+
11) 正規表現の項目は常に / で始まります。
572+
よってVimの正規表現の "\+" 量化子のヘルプに移動するには: >
573573
:help /\+
574-
< If you need to know everything about regular expressions, start reading
575-
at: >
574+
< もし正規表現の全てに関して知りたいのなら、以下を参照してください: >
576575
:help pattern.txt
577576
578577
12) レジスタは常に "quote" で始まります。特殊なレジスタ ":" について調べるので
@@ -598,7 +597,7 @@ Vim にはオプションがたくさんあり、それを設定することで
598597
:help mapmode-i
599598
< |:imap| コマンドについて調べるなら上記を使用してください。
600599
またマッピング固有のある項目を調べるには :map-topic
601-
{訳注: "topic" は各項目名} も使用できます。例えば: >
600+
{訳注: "topic" は項目名} も使用できます。例えば: >
602601
:help :map-local
603602
< はバッファローカルなマッピングに関する項目です。または >
604603
:help map-bar
@@ -617,29 +616,29 @@ Vim にはオプションがたくさんあり、それを設定することで
617616
:help windows.txt
618617
< でアクセスできます。
619618

620-
17) Use |:helpgrep| to search in all help pages (and also of any installed
621-
plugins). See |:helpgrep| for how to use it.
622-
To search for a topic: >
619+
17) 全てのヘルプ (とインストールしたプラグイン) のページを検索するには
620+
|:helpgrep| を使用してください。使用法については |:helpgrep| を参照してください。
621+
項目を検索するには {訳注: "topic" は項目名}: >
623622
:helpgrep topic
624-
< This takes you to the first match. To go to the next one: >
623+
< これにより最初にマッチした項目に飛びます。次の項目に移動するには: >
625624
:cnext
626-
< All matches are available in the quickfix window which can be opened
627-
with: >
625+
< 全てのマッチした項目は以下のコマンドで開くことできる QuickFix ウィンドウで
626+
参照可能です: >
628627
:copen
629-
< Move around to the match you like and press Enter to jump to that help.
628+
< 好きな項目に移動し、 Enter を押すとそのヘルプにジャンプすることができます。
630629

631-
18) The user manual. This describes help topics for beginners in a rather
632-
friendly way. Start at |usr_toc.txt| to find the table of content (as you
633-
might have guessed): >
630+
18) ユーザーマニュアルは初心者にとってより親しみやすい項目について
631+
説明しています。(おそらくあなたの想像通り) |usr_toc.txt| でその目次を
632+
見つけることができます: >
634633
:help usr_toc.txt
635-
< Skim over the contents to find interesting topics. The "Digraphs" and
636-
"Entering special characters" items are in chapter 24, so to go to that
637-
particular help page: >
634+
< 興味を持った項目を探すようにざっと眺めてみてください。
635+
"ダイグラフ (Digraph)" と "特殊な文字を入力する" の項目は24章です。
636+
そのページに移動するには: >
638637
:help usr_24.txt
639-
< Also if you want to access a certain chapter in the help, the chapter
640-
number can be accessed directly like this: >
638+
< また特定の章に直接アクセスしたければ、このように章番号でもアクセス
639+
可能です: >
641640
:help 10.1
642-
< goes to chapter 10.1 in |usr_10.txt| and talks about recording macros.
641+
< 上記で |usr_10.txt| の10.1章に移動し、マクロの記録の解説が見れます。
643642

644643
19) ハイライトグループは常に hl- から始まります。例えば >
645644
:help hl-WarningMsg

0 commit comments

Comments
 (0)