From bd9ca4885707329e4ff414b06c5b95c49c30fd4b Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 11:54:47 -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 3be7ee2..61370c8 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -83,7 +83,7 @@ function! s:convert_selection_vert() " For Loopage Goes here let a = rows for i in old_selection - if (a % rows) + if (a % g:makecols_cols) echom old_selection[a] let a = rows else