Skip to content

Commit 392b981

Browse files
committed
Translate 7), 8), 9)
1 parent 812a832 commit 392b981

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/usr_02.jax

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -538,15 +538,16 @@ Vim にはオプションがたくさんあり、それを設定することで
538538
ジャンプする方法のヘルプであれば: >
539539
:help v_o
540540
541-
7) Command line editing and arguments start with c_. Help for using the
542-
command argument %: >
541+
7) コマンドラインの編集や引数は c_ で始まります。引数の % の使用方法の
542+
ヘルプであれば: >
543543
:help c_%
544544
545-
8) Ex-commands always start with ":", so to go to the :s command help: >
545+
8) Exコマンドは常に ":" で始まります。よって :s コマンドのヘルプに
546+
移動するには: >
546547
:help :s
547548
548-
9) Commands specifically for debugging start with ">". To go to to the help
549-
for the "cont" debug command: >
549+
9) デバッグに関するコマンドは ">" で始まります。
550+
デバッグコマンドの "cont" のヘルプに移動するには: >
550551
:help >cont
551552
552553
10) Key combinations. They usually start with a single letter indicating

0 commit comments

Comments
 (0)