Lines Matching refs:we
118 " Start on the line we're at and use its indent.
123 " If we have a continuation line, or we're in a string, use line as MSL.
124 " Otherwise, terminate search as we have found our MSL already.
280 " If we got a closing bracket on an empty line, find its match and indent
281 " according to it. For parentheses we indent to its column - 1, for the
282 " others we indent to the containing line's MSL's level. Return -1 if fail.
297 " If we have a deindenting keyword, find its match and indent to its level.
318 " If we are in a multi-line string or line-comment, don't do anything to it.
396 " TODO: make this better (we need to count them) (or, if a searchpair
397 " fails, we know that something is lacking an end and thus we indent a
417 " Set up more variables, now that we know we wasn't continuation bound.