|
@ -84,7 +84,7 @@ function! s:convert_selection_vert() |
|
|
" 4 8 12 |
|
|
" 4 8 12 |
|
|
let new_string = "" |
|
|
let new_string = "" |
|
|
let c = 0 |
|
|
let c = 0 |
|
|
while c <= cols |
|
|
|
|
|
|
|
|
while c <= g:makecols_cols |
|
|
let cols = g:makecols_cols |
|
|
let cols = g:makecols_cols |
|
|
let sec = get(old_selection, c, "") |
|
|
let sec = get(old_selection, c, "") |
|
|
let i = c |
|
|
let i = c |
|
|