Lines Matching refs:columns
185 let save_columns = &columns
186 let &columns = 79
204 let &columns = save_columns
227 " four args half the screen width makes two lines with two columns
228 let aarg = repeat('a', &columns / 2 - 4)
229 let barg = repeat('b', &columns / 2 - 4)
230 let carg = repeat('c', &columns / 2 - 4)
231 let darg = repeat('d', &columns / 2 - 4)
241 let aarg = repeat('a', &columns / 2 + 2)
517 " Argument longer or equal to the number of columns used to cause
519 exe 'argadd ' .repeat('x', &columns)