Skip to content

Commit 6181ab9

Browse files
committed
Translate 19), 20), 21)
1 parent 1f3b552 commit 6181ab9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/usr_02.jax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -639,16 +639,16 @@ Vim にはオプションがたくさんあり、それを設定することで
639639
:help 10.1
640640
< goes to chapter 10.1 in |usr_10.txt| and talks about recording macros.
641641

642-
19) Highlighting groups. Always start with hl-groupname. E.g. >
642+
19) ハイライトグループは常に hl- から始まります。例えば >
643643
:help hl-WarningMsg
644-
< talks about the WarningMsg highlighting group.
644+
< には WarningMsg ハイライトグループについて書かれています。
645645

646-
20) Syntax highlighting is namespaced to :syn-topic e.g. >
646+
20) 構文ハイライトは :syn-トピック という形式になっています。例えば >
647647
:help :syn-conceal
648-
< talks about the conceal argument for the :syn command.
648+
< には :syn コマンドの Conceal 引数について書かれています。
649649

650-
21) Quickfix commands usually start with :c while location list commands
651-
usually start with :l
650+
21) QuickFix コマンドは大体 :c から始まり、ロケーションリストコマンドは大体 :l
651+
から始まります。
652652

653653
22) Autocommand イベントはそれらの名前で見つける事が出来る: >
654654
:help BufWinLeave

0 commit comments

Comments
 (0)