comparison runtime/doc/indent.txt @ 15:631143ac4a01 v7.0007

updated for version 7.0007
author vimboss
date Sat, 10 Jul 2004 09:47:34 +0000
parents 3fc0f57ecb91
children cc049b00ee70
comparison
equal deleted inserted replaced
14:946da5994c01 15:631143ac4a01
1 *indent.txt* For Vim version 7.0aa. Last change: 2004 Apr 25 1 *indent.txt* For Vim version 7.0aa. Last change: 2004 Jul 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
423 limits the time needed to search for the start of a comment. 423 limits the time needed to search for the start of a comment.
424 (default 30 lines). 424 (default 30 lines).
425 425
426 426
427 The defaults, spelled out in full, are: 427 The defaults, spelled out in full, are:
428 cinoptions=>s,e0,n0,f0,{0,}0,^0,:s,=s,l0,gs,hs,ps,ts,+s,c3,C0,(2s,us, 428 cinoptions=>s,e0,n0,f0,{0,}0,^0,:s,=s,l0,b0,gs,hs,ps,ts,is,+s,c3,C0,
429 \U0,w0,m0,j0,)20,*30 429 /0,(2s,us,U0,w0,W0,m0,j0,)20,*30
430 430
431 Vim puts a line in column 1 if: 431 Vim puts a line in column 1 if:
432 - It starts with '#' (preprocessor directives), if 'cinkeys' contains '#'. 432 - It starts with '#' (preprocessor directives), if 'cinkeys' contains '#'.
433 - It starts with a label (a keyword followed by ':', other than "case" and 433 - It starts with a label (a keyword followed by ':', other than "case" and
434 "default"). 434 "default").