Lines Matching refs:previous
54 " prev_indent = the previous line's indent
55 " prev_lnum = previous line (to start looking on)
58 " No recursive previous block analysis: simply look for a valid line
62 " Seems to work OK as it 'starts' with the indent of the /previous/ line.
77 " Get previous non-blank/non-comment-only line
97 " prev_indent = the previous line's indent
98 " prev_lnum = previous line (to start looking on)
120 " Get previous non-blank/non-comment-only line
139 " Return indent of previous statement-start
142 " the end of a statement - we want the previous beginning).
148 " Get previous non-blank/non-comment-only line
187 " Get previous non-blank/non-comment-only/non-cpp line
203 " Now check what's on the previous line
230 " Dire layout - use previous indent (could check for g:ada#Comment here)
257 " Don't do this if we've already indented due to the previous line