|
@ -105,6 +105,7 @@ function! s:convert_selection_vert() |
|
|
else |
|
|
else |
|
|
let new_string = join([new_string, content], "\t") |
|
|
let new_string = join([new_string, content], "\t") |
|
|
endif |
|
|
endif |
|
|
|
|
|
let pos += 1 |
|
|
endwhile |
|
|
endwhile |
|
|
let new_string = join([new_string,""], "\n") |
|
|
let new_string = join([new_string,""], "\n") |
|
|
let row += 1 |
|
|
let row += 1 |
|
|