From 0a2fbd928f7d43cf8949aa81c9efc892d263a658 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 11:00:22 -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 00eb695..a89ee25 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -79,7 +79,7 @@ function! s:convert_selection_vert() echom "Lines: " . string(lines) echom "Cols: " . g:makecols_cols let rows = (lines / g:makecols_cols) * 1.0 - echom "Rows: " . string(rows) + echom "Rows: " . string(ceil(rows)) " let calc_rows = float2nr(ceil(rows)) " echom "Rounded: " . calc_rows let @z = ""