Browse Source

adding features

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

+ 2
- 2
plugin/makecols.vim View File

@ -83,8 +83,8 @@ function! s:convert_selection_vert()
" For Loopage Goes here
let a = rows
for i in old_selection
get(old_selection, c, "")
get(old_selection, a, "")
echom get(old_selection, c, "")
echom get(old_selection, a, "")
let a += 1
let c += 1
endfor

Loading…
Cancel
Save