Lines Matching refs:indent
1 " Vim indent file
9 " Only load this indent file when no other was loaded.
14 runtime! indent/sh.vim " will set b:did_indent
27 " get the offset (indent) of the end of the match of 'regexp' in 'line'
47 " Hit the start of the file, use zero indent.
57 " indent to its position. TODO: not failsafe if multiple ('s
63 " indent to its position. TODO: same as above
69 " indent to the matching opening parentheses
73 let ind = indent(lnum)
77 " indent to the matching opening bracket
81 let ind = indent(lnum)