From afe2ff62deed7d733958937c595f4958eed437fa Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 11:55:54 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 61370c8..9710817 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -83,12 +83,8 @@ function! s:convert_selection_vert() " For Loopage Goes here let a = rows for i in old_selection - if (a % g:makecols_cols) - echom old_selection[a] - let a = rows - else - echom old_selection[c] - endif + echom old_selection[c] + echom old_selection[a] let a += 1 let c += 1 endfor