Lines Matching refs:ts

13   call writefile(['// vim: set ts=2'], 'Xmodeline')
15 call assert_equal(8, &ts)
19 call writefile(['// vim set ts=2:'], 'Xmodeline')
21 call assert_equal(8, &ts)
25 call writefile(['// vim:ts=2:'], 'Xmodeline')
27 call assert_equal(8, &ts)
86 call writefile(['// vim' .. v:version .. ': ts=2:'], 'Xmodeline_version')
88 call assert_equal(2, &ts)
91 call writefile(['// vim' .. (v:version - 100) .. ': ts=2:'], 'Xmodeline_version')
93 call assert_equal(2, &ts)
96 call writefile(['// vim' .. (v:version + 100) .. ': ts=2:'], 'Xmodeline_version')
98 call assert_equal(8, &ts)
102 call writefile(['// vim>' .. v:version .. ': ts=2:'], 'Xmodeline_version')
104 call assert_equal(8, &ts)
107 call writefile(['// vim>' .. (v:version - 100) .. ': ts=2:'], 'Xmodeline_version')
109 call assert_equal(2, &ts)
112 call writefile(['// vim>' .. (v:version + 100) .. ': ts=2:'], 'Xmodeline_version')
114 call assert_equal(8, &ts)
118 call writefile(['// vim<' .. v:version .. ': ts=2:'], 'Xmodeline_version')
120 call assert_equal(8, &ts)
123 call writefile(['// vim<' .. (v:version - 100) .. ': ts=2:'], 'Xmodeline_version')
125 call assert_equal(8, &ts)
128 call writefile(['// vim<' .. (v:version + 100) .. ': ts=2:'], 'Xmodeline_version')
130 call assert_equal(2, &ts)
134 call writefile(['// vim=' .. v:version .. ': ts=2:'], 'Xmodeline_version')
136 call assert_equal(2, &ts)
139 call writefile(['// vim=' .. (v:version - 100) .. ': ts=2:'], 'Xmodeline_version')
141 call assert_equal(8, &ts)
144 call writefile(['// vim=' .. (v:version + 100) .. ': ts=2:'], 'Xmodeline_version')
146 call assert_equal(8, &ts)
157 call writefile(['// vim: set showbreak=\: ts=2: sw=2'], 'Xmodeline_colon')
163 " 'ts' should be set.
165 call assert_equal(2, &ts)
286 1 vim:ts=2
305 4 vim:ts=4
325 8 vim:ts=8