Skip to content

Commit e1671ae

Browse files
tsuyoshichoh-east
andauthored
indent.jax: fix suggest
Co-authored-by: h_east <[email protected]>
1 parent 117f1dc commit e1671ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/indent.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ CTRL-TやCTRL-Dを使用してインデントを変更した後では、Vimは
297297
*cino-g*
298298
gN C++のスコープ宣言をそれが含まれるブロックのインデントから N の位
299299
置へ配置する。(省略値 'shiftwidth')。デフォルトでは、スコープ宣
300-
言は "public:", "protected:", "private:" のいずれか。これは
300+
言は "public:", "protected:" または "private:" である。これは
301301
'cinscopedecls' オプションで調整できる。
302302

303303
cino= cino=g0 >

0 commit comments

Comments
 (0)