From 07a2e42f26e2041f0656cd978cf60de874b4bd3c Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 15:35:23 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index 4a0093c..b362bbe 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -65,6 +65,7 @@ endfunction function! s:makecols() range echom "Orientation: " . g:makecols_orientation echom "Number of Columns: " . g:makecols_cols + echom "Specified no of Columns: " . v:count let mode = visualmode() if (mode !=# "V") echo "You must be in linewise visual mode"