From 8bd9f7686fbbab269a2659db7e107ddf0f57c673 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 16:01:03 -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 bf50eb7..4634054 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -105,6 +105,7 @@ function! s:convert_selection_vert() else let new_string = join([new_string, content], "\t") endif + let pos += 1 endwhile let new_string = join([new_string,""], "\n") let row += 1