Lines Matching refs:continuation
117 " Regex that defines continuation lines, not including (, {, or [.
121 " Regex that defines continuation lines.
139 " Regex that defines end of bracket continuation followed by another continuation
268 " continuation of something above
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.
755 " Find line above 'lnum' that started the continuation 'lnum' may be part of.
761 " If we have a continuation line, or we're in a string, use line as MSL.
791 " If the current line is a non-bracket continuation and so is the
802 " If the current line is a bracket continuation or a block-starter, but
804 " start of another continuation.
814 " If the current line is a bracket continuation or a block-starter, but