From da66af58eb0e91841a07896f137d249af5fce09e Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 15:40:19 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 1 + 1 file changed, 1 insertion(+) 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