Browse Source

adding features

master
lolson 9 years ago
parent
commit
54d8b8a4d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugin/makecols.vim

+ 1
- 1
plugin/makecols.vim View File

@ -64,7 +64,7 @@ endfunction
function! s:makecols(orient, cols) range function! s:makecols(orient, cols) range
let g:makecols_orientation = a:orient let g:makecols_orientation = a:orient
if exists(v:count)
if (v:count > 0)
let g:makecols_cols = v:count let g:makecols_cols = v:count
else else
let g:makecols_cols = a:cols let g:makecols_cols = a:cols

Loading…
Cancel
Save