Browse Source

adding features

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

+ 2
- 2
plugin/makecols.vim View File

@ -83,10 +83,10 @@ endfunction
vnoremap <silent> mc :<C-U>call <SID>makecols()<CR> vnoremap <silent> mc :<C-U>call <SID>makecols()<CR>
if !exists("g:makecols_orientation") || ! g:makecols_orientation)
if !exists("g:makecols_orientation") || ! g:makecols_orientation
let g:makecols_orientation = "horz" let g:makecols_orientation = "horz"
endif endif
if !exists("g:makecols_cols") || ! g:makecols_cols)
if !exists("g:makecols_cols") || ! g:makecols_cols
let g:makecols_cols = "5" let g:makecols_cols = "5"
endif endif

Loading…
Cancel
Save