From bc1dd8bf229774e78ff232848e8141d47a02ac62 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 15:21:35 -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 c5cadcd..21d362c 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -87,7 +87,7 @@ function! s:convert_selection_vert() while c <= rows let cols = g:makecols_cols let sec = get(old_selection, c, "") - let i = 0 + let i = c while i <= lines let i = i + rows let sec = get(old_selection, i, "")