Skip to content

Commit 7dd6bf8

Browse files
tsuyoshichoh-east
andauthored
pattern.jax: Apply suggest more
Co-authored-by: h_east <[email protected]>
1 parent 5ecae56 commit 7dd6bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pattern.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
14121412
別の例として、72 表示列目以降の文字をすべて強調表示します: >
14131413
:highlight rightMargin term=bold ctermfg=blue guifg=blue
14141414
:match rightMargin /.\%>72v/
1415-
< 表示桁で 7 列目の文字をすべて強調表示するには次のようにします: >
1415+
< 7 表示列目の文字をすべて強調表示するには次のようにします: >
14161416
:highlight col8 ctermbg=grey guibg=grey
14171417
:match col8 /\%<8v.\%>7v/
14181418
< Note: TAB のような複数表示列を占める文字にもマッチさせるため2

0 commit comments

Comments
 (0)