File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
65365322) Autocommand イベントはそれらの名前で見つける事が出来る: >
654654 :help BufWinLeave
You can’t perform that action at this time.
0 commit comments