Lines Matching refs:previous
213 " 2.3. Work on the previous line. {{{2
267 " Most Significant line based on the previous one -- in case it's a
283 " By default, just return the previous line's indent
430 " If the line is empty and inside a string (the previous line is a string,
431 " too), use the previous line's indent
457 " If the previous line was a private/protected keyword, add a
463 " If the previous line was a private/protected/public keyword, add
504 " If the previous line ended with a block opening, add a level of indent.
528 " If the previous line started with a leading operator, use its MSL's level
539 " If the previous line ended with the "*" of a splat, add a level of indent
549 " If the previous line contained unclosed opening brackets and we are still
590 " If the previous line ended with an "end", match that "end"s beginning's
639 " If the previous line wasn't a MSL
641 " If previous line ends bracket and begins non-bracket continuation decrease indent by 1.
645 " If previous line is a continuation return its indent.
681 " If the previous line ended with [*+/.,-=], but wasn't a block ending or a
767 " If the current line doesn't end in a backslash, but the previous one
792 " previous one, keep its indent and continue looking for an MSL.
803 " the previous is a dot, keep going to see if the previous line is the
815 " the previous is a non-bracket one, respect the previous' indentation,
837 " If the previous line is a block-starter and the current one is