Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -87,7 +87,7 @@ function! s:convert_selection_vert()
while c <= rows
let cols = g:makecols_cols
let sec = get(old_selection, c, "")
let i = 0
let i = c
while i <= lines
let i = i + rows
let sec = get(old_selection, i, "")

Loading…
Cancel
Save