Lines Matching refs:range
9 call setline(1, range(1, 5))
20 " shift right with range.
21 call setline(1, range(1, 4))
29 " shift right with range and count.
30 call setline(1, range(1, 4))
45 call setline(1, range(1, 5))
58 " shift right with range.
59 call setline(1, range(1, 5))
68 " shift right with range and count.
69 call setline(1, range(1, 5))
87 call setline(1, range(1, 4))