Searched refs:p_sta (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.h739 EXTERN int p_sta; /* 'smarttab' */ variable
H A Dedit.c8616 && ((p_sta && in_indent)
8630 if (p_sta && in_indent)
9321 && !(p_sta && ind && curbuf->b_p_ts != curbuf->b_p_sw)
9336 if (p_sta && ind) /* insert tab in indent, use 'shiftwidth' */
9367 if (!curbuf->b_p_et && (curbuf->b_p_sts || (p_sta && ind)))
H A Dnormal.c6937 if (had_ctrl_v != Ctrl_V && cap->nchar == '\t' && (curbuf->b_p_et || p_sta))
H A Doption.c2354 (char_u *)&p_sta, PV_NONE,

Completed in 179 milliseconds