diff options
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r-- | runtime/doc/indent.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index 4d00da257..9ae52cb4f 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -1,4 +1,4 @@ -*indent.txt* For Vim version 7.2. Last change: 2008 Jul 30 +*indent.txt* For Vim version 7.2. Last change: 2009 Nov 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -609,8 +609,9 @@ b:sh_indent_options['continuation-line'] b:sh_indent_options['case-labels'] Amount of indent to add for case labels. + (not actually implemented) -b:sh_indent_options['case-statement'] +b:sh_indent_options['case-statements'] Amount of indent to add for case statements. b:sh_indent_options['case-breaks'] |