From 884ea6a01b8ba1ed1303fce185cfd38560c22cdc Mon Sep 17 00:00:00 2001 From: lolson Date: Mon, 13 Jul 2015 10:23: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 6c7d16b..2220479 100644 --- a/plugin/makecols.vim +++ b/plugin/makecols.vim @@ -6,7 +6,7 @@ if !exists("g:makecols_orientation") || ! g:makecols_orientation let g:makecols_orientation = "horz" endif if !exists("g:makecols_cols") || ! g:makecols_cols - let g:makecols_cols = "5" + let g:makecols_cols = 5 endif