From d29a6048cfc17a13e5bd2afab27200f31c72f6a7 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 10:57:03 -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 9144af6..120683d 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -79,7 +79,7 @@ function! s:convert_selection_vert() echom "Lines: " . float2nr(lines) echom "Cols: " . g:makecols_cols let rows = lines / g:makecols_cols - echom "Rows: " . rows + echom "Rows: " . float2nr(rows) " let calc_rows = float2nr(ceil(rows)) " echom "Rounded: " . calc_rows let @z = ""