Browse Source

adding features

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

+ 8
- 1
plugin/makecols.vim View File

@ -81,8 +81,15 @@ function! s:convert_selection_vert()
let @z = ""
" For Loopage Goes here
let a = rows
for i in old_selection
echom old_selection[c]
if (a % rows)
echom old_selection[a]
let a = rows
else
echom old_selection[c]
endif
let a += 1
let c += 1
endfor

Loading…
Cancel
Save