comparison runtime/doc/indent.txt @ 843:9f279ebda751 v7.0f01

updated for version 7.0f01
author vimboss
date Tue, 25 Apr 2006 22:13:59 +0000
parents a209672376fd
children 8cd729851562
comparison
equal deleted inserted replaced
842:a209672376fd 843:9f279ebda751
1 *indent.txt* For Vim version 7.0f. Last change: 2006 Apr 16 1 *indent.txt* For Vim version 7.0f. Last change: 2006 Apr 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
286 286
287 cino= cino=t0 cino=t7 > 287 cino= cino=t0 cino=t7 >
288 int int int 288 int int int
289 func() func() func() 289 func() func() func()
290 < 290 <
291 iN Indent C++ base class declarations and contructor 291 iN Indent C++ base class declarations and constructor
292 initializations, if they start in a new line (otherwise they 292 initializations, if they start in a new line (otherwise they
293 are aligned at the right side of the ':'). 293 are aligned at the right side of the ':').
294 (default 'shiftwidth'). 294 (default 'shiftwidth').
295 295
296 cino= cino=i0 > 296 cino= cino=i0 >