comparison runtime/doc/indent.txt @ 2033:de5a43c5eedc

Update documentation files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:52:26 +0100
parents 5232b9862f23
children 4a1bcdd9ea55
comparison
equal deleted inserted replaced
2032:592032e9e167 2033:de5a43c5eedc
1 *indent.txt* For Vim version 7.2. Last change: 2008 Jul 30 1 *indent.txt* For Vim version 7.2. Last change: 2009 Nov 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
607 b:sh_indent_options['continuation-line'] 607 b:sh_indent_options['continuation-line']
608 Amount of indent to add to a continued line. 608 Amount of indent to add to a continued line.
609 609
610 b:sh_indent_options['case-labels'] 610 b:sh_indent_options['case-labels']
611 Amount of indent to add for case labels. 611 Amount of indent to add for case labels.
612 612 (not actually implemented)
613 b:sh_indent_options['case-statement'] 613
614 b:sh_indent_options['case-statements']
614 Amount of indent to add for case statements. 615 Amount of indent to add for case statements.
615 616
616 b:sh_indent_options['case-breaks'] 617 b:sh_indent_options['case-breaks']
617 Amount of indent to add (or more likely 618 Amount of indent to add (or more likely
618 remove) for case breaks. 619 remove) for case breaks.