Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -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

Loading…
Cancel
Save