|
@ -83,6 +83,9 @@ function! s:convert_selection_vert() |
|
|
" For Loopage Goes here |
|
|
" For Loopage Goes here |
|
|
let a = rows |
|
|
let a = rows |
|
|
for i in old_selection |
|
|
for i in old_selection |
|
|
|
|
|
if (c == lines) |
|
|
|
|
|
break |
|
|
|
|
|
endif |
|
|
echom get(old_selection, c, "") |
|
|
echom get(old_selection, c, "") |
|
|
echom get(old_selection, a, "") |
|
|
echom get(old_selection, a, "") |
|
|
let a += 1 |
|
|
let a += 1 |
|
|