From 54d8b8a4d8b750ab524eee209a165523569abb5c Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 15:48:05 -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 36583de..956c768 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -64,7 +64,7 @@ endfunction function! s:makecols(orient, cols) range let g:makecols_orientation = a:orient - if exists(v:count) + if (v:count > 0) let g:makecols_cols = v:count else let g:makecols_cols = a:cols