Lines Matching refs:col2
129 let col2 = col - 1
130 while line[col2] != ';'
131 let col2 -= 1
133 let line = strpart(line, col2 + 1)
134 let col -= col2
139 let col2 = col - 1
140 while line[col2] != ','
141 let col2 -= 1
143 if strpart(line, col2 + 1, col - col2 - 1) =~ ' *[^ ][^ ]* *[^ ]'
144 let line = strpart(line, col2 + 1)
145 let col -= col2