From ec54b6ca7806154abea82b3f83ea244bb45877ef Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 15:23:43 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index b7a8acd..6993782 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -62,10 +62,8 @@ endfunction -function! s:makecols(options) range - let options = a:options +function! s:makecols() range echom "Orientation: " . g:orientation - let cols = options[1] echom "Number of Columns: " . g:cols let mode = visualmode() if (mode !=# "V")