Browse Source

adding features

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

+ 1
- 1
plugin/makecols.vim View File

@ -82,7 +82,7 @@ function! s:convert_selection_vert()
" For Loopage Goes here
for i in old_selection
echom old_selection[i+2]
echom old_selection[i]
endfor
return join([new_string, ""], "\n")

Loading…
Cancel
Save