File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1381,9 +1381,9 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
1381
1381
{group} はコマンドを実行する前に定義しておく必要があります。
1382
1382
1383
1383
{group} の強調表示は、'hlsearch' で文字を強調表示する場合にも
1384
- 適用され 、これはマッチでの強調表示が 'hlsearch' の強調表示より
1385
- も優先されるためです 。構文の強調表示 ('syntax' を参照) もマッ
1386
- チによって上書きします 。
1384
+ 適用されますが 、これはマッチでの強調表示が 'hlsearch' の強調表
1385
+ 示よりも優先されるためです 。構文の強調表示 ('syntax' を参照)
1386
+ もマッチによって上書きします 。
1387
1387
1388
1388
Note: 'hlsearch' の強調はすべてのウィンドウに適用されますが、
1389
1389
":match" はカレントウィンドウだけです。ウィンドウのバッファを
@@ -1407,9 +1407,9 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
1407
1407
| :match | を用いたハイライトのマッチは3つのマッチに制限されてい
1408
1408
ます (余談ながら | :match | , | :2match | , | :3match | がありま
1409
1409
す)。| matchadd() | にはこの制限はなく、加えてマッチの優先度付け
1410
- できます 。
1410
+ ができます 。
1411
1411
1412
- 別の例として、表示桁で 72 列目以降の文字をすべて強調表示します : >
1412
+ 別の例として、72 表示列目以降の文字をすべて強調表示します : >
1413
1413
:highlight rightMargin term=bold ctermfg=blue guifg=blue
1414
1414
:match rightMargin /.\%>72v/
1415
1415
< 表示桁で 7 列目の文字をすべて強調表示するには次のようにします: >
You can’t perform that action at this time.
0 commit comments