|
@ -26,7 +26,7 @@ function! s:get_visual_selection() |
|
|
if (c == 0) |
|
|
if (c == 0) |
|
|
let new_string = lines[i] |
|
|
let new_string = lines[i] |
|
|
else |
|
|
else |
|
|
if (i % no_of_cols) |
|
|
|
|
|
|
|
|
if (c % no_of_cols) |
|
|
let new_string = join([new_string, lines[i]], "\t") |
|
|
let new_string = join([new_string, lines[i]], "\t") |
|
|
else |
|
|
else |
|
|
let new_string = join([new_string, lines[i]], "\n") |
|
|
let new_string = join([new_string, lines[i]], "\n") |
|
|