Lines Matching refs:we
81 " Expression used to check whether we should skip a match with searchpair().
216 " Special case: we don't need the real s:PrevNonBlankNonString for an empty
318 " If we got a closing bracket on an empty line, find its match and indent
319 " according to it. For parentheses we indent to its column - 1, for the
320 " others we indent to the containing line's MSL's level. Return -1 if fail.
349 " If we have a =begin or =end set indent to first column.
359 " If we have a deindenting keyword, find its match and indent to its level.
400 " If we are in a multi-line string or line-comment, don't do anything to it.
410 " If we are at the closing delimiter of a "<<" heredoc-style string, set the
549 " If the previous line contained unclosed opening brackets and we are still
616 " TODO: make this better (we need to count them) (or, if a searchpair
617 " fails, we know that something is lacking an end and thus we indent a
757 " Start on the line we're at and use its indent.
761 " If we have a continuation line, or we're in a string, use line as MSL.
762 " Otherwise, terminate search as we have found our MSL already.