Lines Matching refs:ts
50 " Additionally units of 'shiftwidth'/'sw' and 'tabstop'/'ts' may be
59 " negative 'sw' or 'ts' value.
184 " Set the indentation style (accept sw and ts units)
187 if (a:3 == '') || a:3 =~ '^-[1-9]\d*\(shiftwidth\|sw\|tabstop\|ts\)\=$'
189 elseif a:3 =~ '^-\=0\(shiftwidth\|sw\|tabstop\|ts\)\=$'
191 elseif a:3 =~ '^\d\+\(shiftwidth\|sw\|tabstop\|ts\)\=$'
193 elseif a:3 =~ '^\(shiftwidth\|sw\|tabstop\|ts\)$'
196 call Justify_error("indent: a number with 'sw'/'ts' unit")
207 elseif a:3 =~ '\(tabstop\|ts\)'
208 let indent_sw = &ts
316 " EOF vim: tw=78 ts=8 sw=4 sts=4 noet ai