Skip to content

Commit 117f1dc

Browse files
tsuyoshichoh-east
andcommitted
indent.jax: translate miss fix
Co-authored-by: h_east <[email protected]>
1 parent 89e052c commit 117f1dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/indent.jax

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

303303
cino= cino=g0 >
304304
{ {

0 commit comments

Comments
 (0)