Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -85,7 +85,7 @@ function! s:convert_selection_vert()
" 2 6 10
" 3 7 11
let new_string = ""
let r = 0
let row = 0
while row < rows
let sec = get(old_selection, c, "")
let col = row

Loading…
Cancel
Save