Lines Matching refs:we
48 " Expression used to check whether we should skip a match with searchpair().
122 " Start on the line we're at and use its indent.
126 " If we have a continuation line, or we're in a string, use line as MSL.
127 " Otherwise, terminate search as we have found our MSL already.
168 " if the line has a comma first or comma last then we can assume that we
246 " Set up more variables now that we know we aren't continuation bound.
305 " If we got a closing bracket on an empty line, find its match and indent
306 " according to it. For parentheses we indent to its column - 1, for the
307 " others we indent to the containing line's MSL's level. Return -1 if fail.
324 " otherwise we indent 1 level
356 " If we are in a multi-line comment, cindent does the right thing.
399 " If the previous line contained an opening bracket, and we are still in it,