comparison runtime/doc/indent.txt @ 5763:c52a655d927d

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 22:30:07 +0100
parents de28b1568fc2
children 306caa30d83b
comparison
equal deleted inserted replaced
5762:0fce068e5803 5763:c52a655d927d
684 (foo 684 (foo
685 bar 685 bar
686 baz) 686 baz)
687 < 687 <
688 Setting this option changes this behavior so that all subforms are aligned to 688 Setting this option changes this behavior so that all subforms are aligned to
689 the same column: 689 the same column, emulating the default behavior of clojure-mode.el:
690 > 690 >
691 (foo 691 (foo
692 bar 692 bar
693 baz) 693 baz)
694 < 694 <
695 This option is off by default. 695 This option is off by default.
696 > 696 >
697 " Default 697 " Default
698 let g:clojure_align_subforms = 0 698 let g:clojure_align_subforms = 0
699 < 699 <
700
701 700
702 FORTRAN *ft-fortran-indent* 701 FORTRAN *ft-fortran-indent*
703 702
704 Block if, select case, where, and forall constructs are indented. So are 703 Block if, select case, where, and forall constructs are indented. So are
705 type, interface, associate, block, and enum constructs. The indenting of 704 type, interface, associate, block, and enum constructs. The indenting of