From badd3f2429ee7b66b2b7f38d729cf109b3a34fb9 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 12:01:11 -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 4c21717..fb23ac2 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -80,7 +80,7 @@ function! s:convert_selection_vert() let rows = (lines / g:makecols_cols) * 1.0 let rows = float2nr(ceil(rows)) let cols = list["g:makecols_cols":] - echom cols + echom string(cols) let @z = "" " For Loopage Goes here