From cd16bddc4bf31d74e964758d8717503b015cb170 Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 10:56:13 -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 e1c6afb..9144af6 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -76,7 +76,7 @@ function! s:convert_selection_vert() let selection = s:get_visual_selection() let old_selection = split(selection, ",") let lines = len(old_selection) * 1.0 - echom "Lines: " . lines + echom "Lines: " . float2nr(lines) echom "Cols: " . g:makecols_cols let rows = lines / g:makecols_cols echom "Rows: " . rows