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