From 80ca8f48c1bdcbea2fe4fbe6e17bff53723429da Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 15:18:43 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index c990881..18b9a53 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -93,7 +93,7 @@ function! s:convert_selection_vert() let i = i + rows let sec = get(old_selection, i, "") let new_string = join([new_string, sec], "\t") - let i = z + let i = z+1 endwhile let new_string = join([new_string,""], "\n") let c += 1