Lines Matching refs:extra
649 let extra = brace_counts.c_open * shiftwidth()
659 if extra == 0 && align_lnum == prev_lnum && !below_end_brace
666 let extra = -shiftwidth()
672 " Continuation line has extra indent if the previous line was not a
674 let extra = shiftwidth()
677 let extra = 4
681 let extra = -shiftwidth()
701 if extra < 0
702 let extra += shiftwidth()
705 let extra -= (brace_counts.c_close - (prev_text =~ '^\s*}')) * shiftwidth()
709 " if no extra indent yet...
710 if extra == 0
713 let extra = shiftwidth()
716 let extra = -shiftwidth()
720 return indent(align_lnum) + extra