Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -84,7 +84,7 @@ function! s:convert_selection_vert()
" 4 8 12
let new_string = ""
let c = 0
while c <= cols
while c <= g:makecols_cols
let cols = g:makecols_cols
let sec = get(old_selection, c, "")
let i = c

Loading…
Cancel
Save