We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15857f7 commit 8ac1b5cCopy full SHA for 8ac1b5c
doc/pattern.jax
@@ -1405,9 +1405,9 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
1405
および |:match| で定義されたパターンを返します。
1406
1407
|:match| を用いたハイライトのマッチは3つのマッチに制限されてい
1408
- ます(余談ながら |:match|, |:2match|, |:3match| があります)。
1409
- |matchadd()| にはこの制限はなく、加えてマッチの優先度付けでき
1410
- ます。
+ ます (余談ながら |:match|, |:2match|, |:3match| がありま
+ す)。|matchadd()| にはこの制限はなく、加えてマッチの優先度付け
+ できます。
1411
1412
別の例として、表示桁で 72 列目以降の文字をすべて強調表示します: >
1413
:highlight rightMargin term=bold ctermfg=blue guifg=blue
0 commit comments