From 27e215f766c91e71b71940f5ac4cedb4467f2549 Mon Sep 17 00:00:00 2001 From: lolson Date: Fri, 10 Jul 2015 15:23:02 -0500 Subject: [PATCH] adding features --- plugin/makecols.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/makecols.vim b/plugin/makecols.vim index a0ccad1..b7a8acd 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -83,10 +83,10 @@ endfunction vnoremap mc :call makecols() -if !exists("g:makecols_orientation") || ! g:makecols_orientation) +if !exists("g:makecols_orientation") || ! g:makecols_orientation let g:makecols_orientation = "horz" endif -if !exists("g:makecols_cols") || ! g:makecols_cols) +if !exists("g:makecols_cols") || ! g:makecols_cols let g:makecols_cols = "5" endif