diff --git a/plugin/makecols.vim b/plugin/makecols.vim index ec9b9c8..24102c2 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -95,6 +95,7 @@ function! s:convert_selection_vert() echom "R" . row . "C" . col let sec = get(old_selection, char, "blank") let new_string = join([new_string, sec], "\t") + let col += 1 endwhile let new_string = join([new_string,""], "\n") let row += 1