Lines Matching refs:ignore
323 let ignore = s:CheckToIgnoreRightParen( prevlnum, num_unmatched_right )
324 " echom 'prevl - ) unbalanced - CTIRP - ignore: ' . ignore
327 let ignore = ignore + 1
328 " echom 'prevl - begins ) unbalanced ignore: ' . ignore
331 if (num_unmatched_right - ignore) > 0
332 let ind = ind - ( shiftwidth() * (num_unmatched_right - ignore) )
367 let ignore = s:CheckToIgnoreRightParen( v:lnum, num_unmatched_right )
382 " let ignore = ignore + 1
383 " echom 'curr - begins ) unbalanced ignore: ' . ignore
386 if (num_unmatched_right - ignore) > 0
387 let ind = ind - ( shiftwidth() * (num_unmatched_right - ignore) )