Skip to content

Commit 8d99eca

Browse files
committed
Translate 12) 15) 16)
1 parent 326dfca commit 8d99eca

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/usr_02.jax

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ Vim にはオプションがたくさんあり、それを設定することで
575575
at: >
576576
:help pattern.txt
577577
578-
12) Registers always start with "quote". To find out about the special ":"
579-
register: >
578+
12) レジスタは常に "quote" で始まります。特殊なレジスタ ":" について調べるので
579+
あれば: >
580580
:help quote:
581581
582582
13) Vim Script (VimL) is available at >
@@ -603,17 +603,18 @@ Vim にはオプションがたくさんあり、それを設定することで
603603
:help map-bar
604604
< for how the '|' is handled in mappings.
605605

606-
15) Command definitions are talked about :h command-topic, so use >
606+
15) コマンド定義は :h command-topic で記載されます。カスタムコマンドの '!' 引
607+
数については >
607608
:help command-bar
608-
< to find out about the '!' argument for custom commands.
609+
< で見つける事が出来ます。
609610

610-
16) Window management commands always start with CTRL-W, so you find the
611-
corresponding help at :h CTRL-W_letter. E.g. >
611+
16) ウィンドウの制御コマンドは常に CTRL-W で始まります。:h CTRL-W_文字 で街頭
612+
のヘルプが見つかります。例えば: >
612613
:help CTRL-W_p
613-
< for moving the previous accessed window. You can also access >
614+
< で一つ前のウィンドウに戻れヘルプにアクセス出来ます。また自分のペースで
615+
ウィンドウ操作コマンド群を眺めたいならば >
614616
:help windows.txt
615-
< and read your way through if you are looking for window handling
616-
commands.
617+
< でアクセス出来ます。
617618

618619
17) Use |:helpgrep| to search in all help pages (and also of any installed
619620
plugins). See |:helpgrep| for how to use it.

0 commit comments

Comments
 (0)