Lines Matching refs:indent
1 " Vim indent file
8 " Only load this indent file when no other was loaded.
16 " Define the appropriate indent function but only once
33 "Use zero indent at the top of the file
39 let ind = indent(lnum)
42 " If previous line was a comment, use its indent
47 " If previous line was a 'define', indent
50 " local methods indent the shift-width, plus 6 for the 'local'
53 " If previous line was a let with no closing semicolon, indent
56 " If previous line opened a parenthesis, and did not close it, indent
74 let ind = indent(curr_line)
83 " If a line starts with end, un-indent (even if we just indented!)